aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/templates/base.html
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-10-22 17:12:20 +0100
committerMatthew Lemon <y@yulqen.org>2024-10-22 17:12:20 +0100
commita505c844c0537c7aeb59e287687561d2d0a9d6e4 (patch)
tree594064851067d3bcb9c62e96c4321b7920467d81 /alphabetlearning/templates/base.html
parenta6a5a0ef97efd5eabdc65a7f78adb670b0350269 (diff)
wip: resource index page my CSS changes
- using flex for featured, grid for standard - nice rainbow underline to h1 using ::after, etc - lorem ipsum text - spaced out content of standard cards a little - new Noto font from Google fonts
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 %}