浏览代码

Fix url for font

JoostSijm 6 年之前
父节点
当前提交
72858d20ab
共有 1 个文件被更改,包括 1 次插入1 次删除
  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