Skip to content

Instantly share code, notes, and snippets.

@AumyF
Last active January 26, 2021 09:22
Show Gist options
  • Save AumyF/5270d68909a0474e2acc020b116d5841 to your computer and use it in GitHub Desktop.
Save AumyF/5270d68909a0474e2acc020b116d5841 to your computer and use it in GitHub Desktop.
/*
# user-styles
## Prerequisite / 前準備
- Install __Stylus__
- For Firefox: https://addons.mozilla.org/ja/firefox/addon/styl-us/
- For Chromium: https://chrome.google.com/webstore/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne?hl=ja
*/
/* GitHub */
body, .markdown-body {
font-family: Inter, "Noto Sans CJK JP", sans-serif;
}
.blob-code-inner {
font-family: HackGenNerd Console, monospace;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment