Browse Source

Remove references to removed fonts

The fonts were removed in #431, but the references weren't removed
Jake Howard 1 year ago
parent
commit
0c58f47091
1 changed files with 0 additions and 2 deletions
  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>