@@ -14,7 +14,7 @@ useHead({
1414 <div class =" min-h-screen flex flex-col bg-bg text-fg" >
1515 <a
1616 href =" #main-content"
17- class =" skip-link"
17+ class =" skip-link font-mono "
1818 >Skip to main content</a >
1919
2020 <header class =" sticky top-0 z-50 bg-bg/80 backdrop-blur-md border-b border-border" >
@@ -109,7 +109,6 @@ body {
109109 margin : 0 ;
110110 background-color : #0a0a0a ;
111111 color : #fafafa ;
112- font-family : ' Inter' , system-ui , -apple-system , sans-serif ;
113112 line-height : 1.6 ;
114113}
115114
@@ -179,7 +178,6 @@ button {
179178 padding : 0.5rem 1rem ;
180179 background : #fafafa ;
181180 color : #0a0a0a ;
182- font-family : ' JetBrains Mono' , monospace ;
183181 font-size : 0.875rem ;
184182 z-index : 100 ;
185183 transition : top 0.2s ease ;
@@ -208,7 +206,7 @@ button {
208206.readme-content h5 ,
209207.readme-content h6 {
210208 color : #fafafa ;
211- font-family : ' JetBrains Mono ' , monospace ;
209+ @ apply font-mono ;
212210 font-weight : 500 ;
213211 margin-top : 2rem ;
214212 margin-bottom : 1rem ;
@@ -240,7 +238,7 @@ button {
240238}
241239
242240.readme-content code {
243- font-family : ' JetBrains Mono ' , monospace ;
241+ @ apply font-mono ;
244242 font-size : 0.875em ;
245243 background : #1a1a1a ;
246244 padding : 0.2em 0.4em ;
@@ -267,7 +265,7 @@ button {
267265 background : transparent !important ;
268266 border : none ;
269267 padding : 0 ;
270- font-family : ' JetBrains Mono ' , monospace ;
268+ @ apply font-mono ;
271269 font-size : 0.875rem ;
272270 color : #fafafa ;
273271 /* Prevent code from forcing width */
@@ -310,7 +308,7 @@ button {
310308
311309.readme-content blockquote [data-callout ]::before {
312310 display : block ;
313- font-family : ' JetBrains Mono ' , monospace ;
311+ @ apply font-mono ;
314312 font-size : 0.75rem ;
315313 font-weight : 500 ;
316314 text-transform : uppercase ;
@@ -427,7 +425,7 @@ button {
427425/* Inline code in package descriptions */
428426p > span > code ,
429427.line-clamp-2 code {
430- font-family : ' JetBrains Mono ' , monospace ;
428+ @ apply font-mono ;
431429 font-size : 0.85em ;
432430 background : #1a1a1a ;
433431 padding : 0.1em 0.3em ;
0 commit comments