Skip to content

Instantly share code, notes, and snippets.

@tinovyatkin
Created August 1, 2020 16:25
Show Gist options
  • Save tinovyatkin/7d1a170383cb20f5c1d328d409e17a4c to your computer and use it in GitHub Desktop.
Save tinovyatkin/7d1a170383cb20f5c1d328d409e17a4c to your computer and use it in GitHub Desktop.
@-moz-document domain("github.com") {
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200;1,300;1,400;1,500;1,600&display=swap');
body {
font-family: "Ubuntu" !important;
font-variant-ligatures: normal;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: subpixel-antialiased;
}
.highlight pre,
#files .file .line-data,
#files .file .line-number,
#readme div.plain pre,
.js-file-content,
.blob-code-inner {
font-family: "Operator Mono SSm Lig", "Cascadia Code PL" !important;
font-variant-ligatures: normal !important;
font-size: 100%;
font-weight: 400 !important;
line-height: 1.7em !important;
}
.markdown-body {
font-family: "Ubuntu" !important;
font-variant-ligatures: normal !important;
line-height: 1.7em !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment