Last active
September 5, 2022 11:44
-
-
Save zestime/da7fad261ff36b4fc9c44c8ea2196653 to your computer and use it in GitHub Desktop.
JetBrains Mono Css for ChromOS
This file contains hidden or 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
@font-face{ | |
font-family: 'JetBrains Mono'; | |
src: url('https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/JetBrainsMono/Ligatures/Regular/complete/JetBrains%20Mono%20Regular%20Nerd%20Font%20Complete%20Mono.ttf') format('truetype'); | |
font-weight: normal; | |
font-style: normal; | |
} | |
* { | |
-webkit-font-feature-settings: "liga" on, "calt" on; | |
-webkit-font-smoothing: antialiased; | |
text-rendering: optimizeLegibility; | |
font-family: 'JetBrains Mono'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment