You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/templates/base.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -35,8 +35,8 @@
35
35
{%- set global_linked_js = [] -%}
36
36
{%- set global_linked_css = [] -%}
37
37
{%- set global_js = ["/js/text-justification.js", "/js/navbar.js"] -%}
38
-
{%- set global_css = ["/base.css", "/fonts/common.css"] -%}
39
-
{%- set fonts_loaded = load_data(path="static/fonts/common.css", format="plain", required=false) -%}
38
+
{%- set global_css = ["/base.css", "/fonts.css"] -%}
39
+
{%- set fonts_loaded = load_data(path="static/fonts.css", format="plain", required=false) -%}
40
40
{%- if not fonts_loaded -%}
41
41
{{ throw(message="------------------------------------------------------------> FONTS ARE NOT INSTALLED! Before running Zola, execute `npm run install-fonts` from the `/website` directory.") }}
0 commit comments