summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nfsw/static/root.css4
-rw-r--r--nfsw/static/sorry.css2
-rw-r--r--nfsw/static/terms.css6
3 files changed, 6 insertions, 6 deletions
diff --git a/nfsw/static/root.css b/nfsw/static/root.css
index 4a98fdc..ec906b5 100644
--- a/nfsw/static/root.css
+++ b/nfsw/static/root.css
@@ -1,11 +1,11 @@
@font-face {
font-family: roboto-black;
- src: url('./fonts/roboto-black.ttf');
+ src: url('/static/fonts/roboto-black.ttf');
}
@font-face {
font-family: roboto-medium;
- src: url('./fonts/roboto-medium.ttf');
+ src: url('/static/fonts/roboto-medium.ttf');
}
header h1 {
diff --git a/nfsw/static/sorry.css b/nfsw/static/sorry.css
index 2d956d0..d9c8abd 100644
--- a/nfsw/static/sorry.css
+++ b/nfsw/static/sorry.css
@@ -1,6 +1,6 @@
@font-face {
font-family: roboto-black;
- src: url('./fonts/roboto-black.ttf');
+ src: url('/static/fonts/roboto-black.ttf');
}
@font-face {
diff --git a/nfsw/static/terms.css b/nfsw/static/terms.css
index 4565432..6236141 100644
--- a/nfsw/static/terms.css
+++ b/nfsw/static/terms.css
@@ -1,16 +1,16 @@
@font-face {
font-family: roboto-black;
- src: url('./fonts/roboto-black.ttf');
+ src: url('/static/fonts/roboto-black.ttf');
}
@font-face {
font-family: roboto-medium;
- src: url('./fonts/roboto-medium.ttf');
+ src: url('/static/fonts/roboto-medium.ttf');
}
@font-face {
font-family: roboto-regular;
- src: url('./fonts/roboto-regular.ttf');
+ src: url('/static/fonts/roboto-regular.ttf');
}
.terms-grid {