From 055af87f91e9257ef4b805f453142fd9d828fff5 Mon Sep 17 00:00:00 2001 From: Keavon Chambers Date: Fri, 10 Jan 2025 15:46:40 -0800 Subject: [PATCH] WIP --- website/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/templates/base.html b/website/templates/base.html index aa93845218..e3595ba579 100644 --- a/website/templates/base.html +++ b/website/templates/base.html @@ -32,7 +32,7 @@ {#- ON EVERY PAGE OF THE SITE: CSS AND JS TO LOAD EITHER AS A LINK OR INLINE -#} {#- ======================================================================== -#} - {%- 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"] -%} + {%- 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"] -%} {%- set global_linked_js = [] -%} {%- set global_css = ["/base.css"] -%} {%- set global_js = ["/js/text-justification.js", "/js/navbar.js"] -%}