8 lines
213 B
CSS
8 lines
213 B
CSS
/* symbols-nerd-font */
|
|
@font-face {
|
|
font-family: Symbols Nerd Font;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: local("Symbols Nerd Font"), local("SymbolsNF"), url(symbols-nerd-font.woff2) format("woff2");
|
|
}
|
|
|