mirror of
https://github.com/4ev-link/4ev.link.git
synced 2026-01-13 16:18:05 +00:00
Feat: Use Architects Daughter for dash logo
This commit is contained in:
@@ -12,13 +12,16 @@
|
||||
<script src="https://challenges.cloudflare.com/turnstile/v0/api.js?render=explicit" async defer></script>
|
||||
<link rel="preconnect" href="https://fonts.bunny.net">
|
||||
<link href="https://fonts.bunny.net/css?family=plus-jakarta-sans:400,500,600,700" rel="stylesheet" />
|
||||
<link href="https://fonts.bunny.net/css?family=architects-daughter:400" rel="stylesheet" />
|
||||
<link href="https://fonts.bunny.net/css?family=jetbrains-mono:400,500" rel="stylesheet" />
|
||||
<style>
|
||||
:root{
|
||||
--font-ui:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,system-ui,sans-serif;
|
||||
--font-logo:"Architects Daughter","Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,system-ui,sans-serif;
|
||||
--font-mono:"JetBrains Mono",ui-monospace,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
|
||||
}
|
||||
body{font-family:var(--font-ui)}
|
||||
.font-logo{font-family:var(--font-logo)}
|
||||
.font-mono-custom{font-family:var(--font-mono)}
|
||||
</style>
|
||||
</head>
|
||||
@@ -35,9 +38,9 @@
|
||||
<header class="bg-white/80 backdrop-blur-sm border-b border-slate-200 sticky top-0 z-10">
|
||||
<div class="max-w-5xl mx-auto px-4 sm:px-6 lg:px-8">
|
||||
<div class="flex items-center justify-between h-16">
|
||||
<a href="/dash/" class="text-2xl font-semibold flex items-center gap-2 tracking-tight">
|
||||
<a href="/dash/" class="flex items-center gap-2">
|
||||
<i data-lucide="link" class="w-6 h-6 text-slate-900"></i>
|
||||
<span>4ev.link</span>
|
||||
<span class="text-2xl font-logo leading-none">4ev.link</span>
|
||||
</a>
|
||||
<div class="flex items-center gap-4 text-xs sm:text-sm">
|
||||
<span class="text-slate-600">
|
||||
|
||||
Reference in New Issue
Block a user