Skip to content

Instantly share code, notes, and snippets.

@DAddYE
Created January 30, 2022 23:38
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 DAddYE/d552cc6222d784eb66f47431d124d717 to your computer and use it in GitHub Desktop.
Save DAddYE/d552cc6222d784eb66f47431d124d717 to your computer and use it in GitHub Desktop.
@font-face{
font-family: 'JetBrains Mono';
src: url('https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/fonts/webfonts/JetBrainsMono-Regular.woff2') format('woff2'),
url('https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/fonts/ttf/JetBrainsMono-Regular.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