1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2024-11-25 16:47:37 +02:00

Adds notice that font path needs to be changed

This commit is contained in:
Ryan L McIntyre 2017-07-29 21:21:56 -04:00
parent 785d2839aa
commit 5bec17284c

View File

@ -1,5 +1,6 @@
@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;
@ -18,4 +19,3 @@
-moz-osx-font-smoothing: grayscale;
}