1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2024-12-19 20:12:52 +02:00

Hotfix CSS font name

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
Fini Jastrow 2022-09-11 17:09:55 +02:00
parent 546e184740
commit 6ed248b2d3
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
@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");
src: url("../fonts/Symbols-2048-em Nerd Font Complete.woff2") format("woff2");
font-weight: normal;
font-style: normal;
}

File diff suppressed because one or more lines are too long