Skip to content

Commit 055af87

Browse files
committed
WIP
1 parent 3582126 commit 055af87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
{#- ON EVERY PAGE OF THE SITE: CSS AND JS TO LOAD EITHER AS A LINK OR INLINE -#}
3434
{#- ======================================================================== -#}
35-
{%- set global_linked_css = ["https://fonts.googleapis.com/css2?family=Bona+Nova:wght@700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap"] -%}
35+
{%- set global_linked_css = ["https://fonts.googleapis.com/css2?family=Bona+Nova:wght@700&display=swap", "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,500..800;1,14..32,500..800&display=swap"] -%}
3636
{%- set global_linked_js = [] -%}
3737
{%- set global_css = ["/base.css"] -%}
3838
{%- set global_js = ["/js/text-justification.js", "/js/navbar.js"] -%}

0 commit comments

Comments
 (0)