diff options
Diffstat (limited to '')
| -rw-r--r-- | templates/base.html | 7 | 
1 files changed, 5 insertions, 2 deletions
| diff --git a/templates/base.html b/templates/base.html index 2586041..ae41be8 100644 --- a/templates/base.html +++ b/templates/base.html @@ -7,9 +7,12 @@      <title>{{ content "title" }} | COMPROMYSE</title>      <link href="/assets/stylesheet.css" rel="stylesheet" /> -    <link href="https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&display=swap" rel="stylesheet"> +    <!-- <link href="https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&display=swap" rel="stylesheet"> --> +    <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=Jersey+15&display=swap" rel="stylesheet">    </head> -  <body class="bg-zinc-900 text-pink-300 font-[Pixelify_Sans] selection:text-pink-900 selection:bg-pink-100 lg:text-xl"> +  <body class="bg-zinc-900 text-pink-300 font-['Jersey_15'] selection:text-pink-900 selection:bg-pink-100 lg:text-xl">      <div class="min-h-screen flex flex-col">        {{ include "navbar.html" }} | 
