summaryrefslogtreecommitdiffstats
path: root/nfsw
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-10-26 10:38:51 -0400
committerrsiddharth <s@ricketyspace.net>2019-10-26 10:39:08 -0400
commitbbe04c3051c1623c9b1d6ca2c8f852085ea48baa (patch)
tree281e3314e8e50487f7e52c7fbf9c5ab520dd0b5b /nfsw
parentd33de8fd26f67c28e3cc68b6ddee77727eea645b (diff)
nsfw/static: Update font paths.
Diffstat (limited to 'nfsw')
-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 {