Browse Source

Fix url for font

JoostSijm 6 years ago
parent
commit
72858d20ab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/static/style.css

+ 1 - 1
app/static/style.css

@@ -1,7 +1,7 @@
 @font-face
 {
     font-family: STIX;
-    src: url("http://127.0.0.1:5000/static/STIX2Text-Regular.subset.otf") format("truetype");
+    src: url("/static/STIX2Text-Regular.subset.otf") format("truetype");
 }
 
 body