Skip to content

Commit abfd0f2

Browse files
committed
Fetch font from local server to avoid the CORS hassle
1 parent 67a8af9 commit abfd0f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
@font-face {
1818
font-family: lambdaHackFont;
19-
src: url("https://github.com/LambdaHack/LambdaHack/blob/master/GameDefinition/fonts/Fix15Mono-Bold.woff?raw=true");
19+
src: url("/Fix15Mono-Bold.woff");
2020
font-weight: bold;
2121
}
2222

0 commit comments

Comments
 (0)