Skip to content

Commit 013c6d8

Browse files
Merge pull request #160 from songhn233/patch-1
fix(font-tips): Postscript name
2 parents b033cc8 + b5136bf commit 013c6d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ You can check if a font is installed locally before fetching it remotely, which
167167
/* Full name */
168168
local("Dank Mono"),
169169
/* Postscript name */
170-
local("Dank Mono"),
170+
local("Dank-Mono"),
171171
/* Otherwise, download it! */
172172
url("//...a.server/fonts/DankMono.woff");
173173
}

0 commit comments

Comments
 (0)