2017-05-02 01:42:00 +02:00
|
|
|
@font-face {
|
|
|
|
font-family: 'NerdFontsSymbols Nerd Font';
|
2017-07-30 03:21:56 +02:00
|
|
|
/* @TODO you need to adjust the path to the font: */
|
2022-09-11 16:56:33 +02:00
|
|
|
src: url("../fonts/Symbols-2048-em Nerd Font Complete.woff2") format("woff2");
|
2017-05-02 01:42:00 +02:00
|
|
|
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;
|
|
|
|
}
|
|
|
|
|