瀏覽代碼

Remove references to removed fonts

The fonts were removed in #431, but the references weren't removed
Jake Howard 1 年之前
父節點
當前提交
0c58f47091
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      bakerydemo/templates/base.html

+ 0 - 2
bakerydemo/templates/base.html

@@ -24,9 +24,7 @@
         {% endif %}
 
         <link rel="stylesheet" href="{% static 'css/bootstrap.min.css' %}">
-        <link rel="stylesheet" href="{% static 'css/font-awesome.min.css' %}">
         <link rel="stylesheet" href="{% static 'css/font-marcellus.css' %}">
-        <link rel="stylesheet" href="{% static 'css/font-open-sans.css' %}">
         <link rel="stylesheet" href="{% static 'css/main.css' %}">
     </head>