Created
January 14, 2020 06:37
-
-
Save mtsgi/cec0779f930e03ee4a68dbf82b7c38f5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:root { | |
font-family: 'Noto Sans CJK JP', -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; | |
} | |
code, | |
pre { | |
font-family: Consolas, Inconsolata, Menlo, "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment