aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'alphabetlearning/templates/base.html')
-rw-r--r--alphabetlearning/templates/base.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/alphabetlearning/templates/base.html b/alphabetlearning/templates/base.html
index def801e..c338e06 100644
--- a/alphabetlearning/templates/base.html
+++ b/alphabetlearning/templates/base.html
@@ -14,6 +14,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="description" content="Joanna Lemon Resources"/>
<meta name="author" content="Matthew Lemon"/>
+ <link rel="preconnect" href="https://fonts.googleapis.com">
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
+ <link href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
+
<link rel="icon" href="{% static 'images/favicons/al.png' %}"/>
{% block extra_css %}
{% endblock extra_css %}