mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-12-13 17:18:37 +02:00
22 lines
587 B
Plaintext
22 lines
587 B
Plaintext
@font-face {
|
|
font-family: 'NerdFontsSymbols Nerd Font';
|
|
/* @TODO you need to adjust the path to the font: */
|
|
src: url("../fonts/NerdFontsSymbols-2048-em Nerd Font Complete.ttf") format("truetype");
|
|
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;
|
|
}
|
|
|