Skip to content

Commit 0691bb0

Browse files
Fixed font path
1 parent 9649e37 commit 0691bb0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/main/resources/main.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323

2424
@font-face {
2525
font-family: "Forque";
26-
src: url('/fonts/Forque.woff') format('woff'),
27-
url('/fonts/Forque.svg') format('svg'),
28-
url('/fonts/Forque.ttf') format('truetype'),
29-
url('/fonts/Forque.eot') format('embedded-opentype');
26+
src: url('../fonts/Forque.woff') format('woff'),
27+
url('../fonts/Forque.svg') format('svg'),
28+
url('../fonts/Forque.ttf') format('truetype'),
29+
url('../fonts/Forque.eot') format('embedded-opentype');
3030
}
3131

3232
#logo {
@@ -107,4 +107,4 @@
107107

108108
#radar .label {
109109
float: right;
110-
}
110+
}

0 commit comments

Comments
 (0)