Skip to content

Commit 8c5617d

Browse files
committed
WIP
1 parent 3582126 commit 8c5617d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

website/templates/base.html

+2-4
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,12 @@
2727
{% block rss -%}
2828
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{ get_url(path = 'blog/rss.xml', trailing_slash = false) | safe }}" />
2929
{%- endblock %}
30-
<link rel="preconnect" href="https://fonts.googleapis.com" />
31-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
3230

3331
{#- ON EVERY PAGE OF THE SITE: CSS AND JS TO LOAD EITHER AS A LINK OR INLINE -#}
3432
{#- ======================================================================== -#}
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"] -%}
33+
{%- set global_linked_css = [] -%}
3634
{%- set global_linked_js = [] -%}
37-
{%- set global_css = ["/base.css"] -%}
35+
{%- set global_css = ["/base.css", "/fonts.css"] -%}
3836
{%- set global_js = ["/js/text-justification.js", "/js/navbar.js"] -%}
3937

4038
{#- RETRIEVE FROM TEMPLATES AND PAGES: CSS AND JS TO LOAD EITHER AS A LINK OR INLINE -#}

0 commit comments

Comments
 (0)