mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-12-19 20:12:52 +02:00
477a0eb2ee
This reverts commit b1d437b122
.
Because that changed a generated file.
The generator is changed instead with the changes added here.
22 lines
583 B
Plaintext
22 lines
583 B
Plaintext
@font-face {
|
|
font-family: 'NerdFontsSymbols Nerd Font';
|
|
/* @TODO you need to adjust the path to the font: */
|
|
src: url("../fonts/Symbols-2048-em Nerd Font Complete.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;
|
|
}
|
|
|