Skip to content

Instantly share code, notes, and snippets.

@zestime
Last active September 5, 2022 11:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zestime/da7fad261ff36b4fc9c44c8ea2196653 to your computer and use it in GitHub Desktop.
Save zestime/da7fad261ff36b4fc9c44c8ea2196653 to your computer and use it in GitHub Desktop.
JetBrains Mono Css for ChromOS
@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