diff options
Diffstat (limited to 'templates/project.html')
-rw-r--r-- | templates/project.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/templates/project.html b/templates/project.html index 77950d2..45a111b 100644 --- a/templates/project.html +++ b/templates/project.html @@ -7,9 +7,12 @@ <title>{{ putpage name }} | 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" }} @@ -23,7 +26,7 @@ <h6 class="text-center text-sm border-t-4 mt-2 py-1">{{ putpage languages }}</h6> </div> - <a href="{{ putpage link }}" target="_blank" class="hover:underline hover:text-pink-900 hover:bg-pink-100 p-1 border-2">{{ putpage linklabel }}</a> + <a href="{{ putpage link }}" target="_blank" class="button">{{ putpage linklabel }}</a> </div> <div class="prose md:prose-lg lg:prose-xl prose-pink prose-invert w-full pt-12"> |