diff options
author | Matthew Lemon <y@yulqen.org> | 2024-11-26 21:30:03 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-11-26 21:30:03 +0000 |
commit | 54513b64369a880747191ff13f217002972f2b18 (patch) | |
tree | 50af0d4187bbe3896bb3e2c7807664c28cacacb7 /alphabetlearning/templates/base.html | |
parent | 04e490c0b0b65a21c531ac50a5ba321c79e14fa2 (diff) |
Added two boxes of text to the home page.
Diffstat (limited to 'alphabetlearning/templates/base.html')
-rw-r--r-- | alphabetlearning/templates/base.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/alphabetlearning/templates/base.html b/alphabetlearning/templates/base.html index e6531ab..a413cfc 100644 --- a/alphabetlearning/templates/base.html +++ b/alphabetlearning/templates/base.html @@ -26,6 +26,9 @@ {# referrerpolicy="no-referrer" />#} <!-- Your stuff: Third-party CSS libraries go here --> <!-- This file stores project-specific CSS --> + <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=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet"> <link rel="stylesheet" href="{% static 'bootstrap/css/bootstrap.css' %}"/> <link rel="stylesheet" href="{% static 'css/custom.css' %}"/> <link rel="stylesheet" href="{% static 'css/project.css' %}"/> |