File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33
44@theme {
55 --font-sans : "Geist" , sans-serif;
6- --font-mono : "Geist Pixel Line" , monospace;
6+ --font-mono : "Geist Mono" , monospace;
7+ --font-pixel : "Geist Pixel Line" , monospace;
78}
89
910: root {
3233}
3334
3435.section-title {
35- @apply font-mono text-3xl md:text-4xl lg:text-5xl;
36+ @apply font-pixel text-3xl md:text-4xl lg:text-5xl;
3637}
3738
3839/* Subtle dot grid for hero */
Original file line number Diff line number Diff line change 33
44<template >
55 <NuxtLink to="/" class="flex items-center gap-0.5 ">
6- <span class =" font-mono text-4xl font-normal" >evlog</span >
6+ <span class =" font-pixel text-4xl font-normal" >evlog</span >
77 <span class =" text-primary text-4xl" >.</span >
88 </NuxtLink >
99</template >
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ onMounted(() => {
1818 :in-view-options =" { once: true } "
1919 class="mb-12"
2020 >
21- <p class =" section-label mb-4 font-mono text-xs uppercase tracking-widest text-muted" >
21+ <p class =" section-label mb-4 font-pixel text-xs uppercase tracking-widest text-muted" >
2222 Simple API
2323 </p >
2424 <h2 class =" section-title max-w-lg" >
@@ -113,7 +113,7 @@ onMounted(() => {
113113 :in-view-options =" { once: true } "
114114 class="mt-24"
115115 >
116- <p class =" section-label mb-4 font-mono text-xs uppercase tracking-widest text-muted" >
116+ <p class =" section-label mb-4 font-pixel text-xs uppercase tracking-widest text-muted" >
117117 Structured Errors
118118 </p >
119119 <h3 class =" section-title max-w-lg mb-6" >
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ onMounted(() => {
1818 :transition =" { duration: 0.5 } "
1919 :in-view-options =" { once: true } "
2020 >
21- <p class =" section-label mb-4 font-mono text-xs uppercase tracking-widest text-muted" >
21+ <p class =" section-label mb-4 font-pixel text-xs uppercase tracking-widest text-muted" >
2222 Get Started
2323 </p >
2424 <h2 class =" mb-6 section-title" >
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ log.info({ action: 'click' })
9292 :in-view-options =" { once: true } "
9393 class="mb-12"
9494 >
95- <p class =" section-label mb-4 font-mono text-xs uppercase tracking-widest text-muted" >
95+ <p class =" section-label mb-4 font-pixel text-xs uppercase tracking-widest text-muted" >
9696 Features
9797 </p >
9898 <h2 class =" section-title" >
@@ -110,7 +110,7 @@ log.info({ action: 'click' })
110110 :in-view-options =" { once: true } "
111111 >
112112 <div class =" group h-full border border-muted/50 bg-muted/30 p-5 transition-colors duration-300 hover:border-muted" >
113- <h3 class =" mb-2 font-mono font-semibold text-primary" >
113+ <h3 class =" mb-2 font-pixel font-semibold text-primary" >
114114 {{ feature.title }}
115115 </h3 >
116116 <p class =" mb-4 text-sm leading-relaxed text-toned" >
Original file line number Diff line number Diff line change @@ -162,15 +162,15 @@ function getLevelColor(level: string) {
162162 :transition =" { duration: 0.5 } "
163163 >
164164 <button
165- class =" group mb-4 flex items-center gap-2 font-mono text-sm transition-colors cursor-copy"
165+ class =" group mb-2 flex items-center gap-2 font-pixel text-sm transition-colors cursor-copy"
166166 :class =" copied ? 'text-emerald-500' : 'text-muted hover:text-highlighted'"
167167 @click =" copyCommand"
168168 >
169169 <span v-if =" copied" >Copied!</span >
170170 <span v-else >$ npx skills add hugorcd/evlog</span >
171171 </button >
172172
173- <h1 class =" font-mono mb-6 text-5xl sm:text-6xl lg:text-7xl" >
173+ <h1 class =" font-pixel mb-6 text-5xl sm:text-6xl lg:text-7xl" >
174174 Logging that<br >makes sense<span class =" text-primary" >.</span >
175175 </h1 >
176176
You can’t perform that action at this time.
0 commit comments