Explorar el Código

Fix url for font

JoostSijm hace 6 años
padre
commit
72858d20ab
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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