/* Default fonts */ @font-face { font-family: "JetBrains Mono"; font-style: normal; font-optical-sizing: auto; font-display: swap; font-weight: 100 800; src: url(https://cdn.jsdelivr.net/fontsource/fonts/jetbrains-mono:vf@latest/latin-wght-normal.woff2) format('woff2-variations'); unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; } @font-face { font-family: "JetBrains Mono Italic"; font-style: italic; font-optical-sizing: auto; font-display: swap; font-weight: 100 800; src: url(https://cdn.jsdelivr.net/fontsource/fonts/jetbrains-mono:vf@latest/latin-wght-italic.woff2) format('woff2-variations'); unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; } /* replacing 1MB nerdfont dependency */ @font-face { font-family: 'NerdFontsSymbols Nerd Font'; /* @TODO you need to adjust the path to the font: */ src: url("../images/site.woff2") format("woff2"); font-weight: normal; font-style: normal; } .nf, .nerd-font, .nerd-fonts { font-family: 'NerdFontsSymbols Nerd Font'; /* speak: none; */ font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering (from devicons, et al) */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .nf-dev-norg:before { content: "\e847"; } .nf-md-rss_box:before { content: "\f046c"; } .nf-md-source_branch:before { content: "\e725"; } .nf-dev-nixos:before { content: "\e843"; }