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"] -%}