About Page Update
This commit is contained in:
+14
-15
@@ -7,20 +7,6 @@
|
||||
@plugin '@tailwindcss/forms';
|
||||
@plugin '@tailwindcss/typography';
|
||||
|
||||
/* CSS Reset and Base Styles */
|
||||
:root {
|
||||
--font-mono: 'JetBrains Mono', 'Fira Code', 'Consolas', 'Monaco', monospace;
|
||||
--font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
|
||||
|
||||
/* Animation durations */
|
||||
--transition-fast: 150ms;
|
||||
--transition-normal: 250ms;
|
||||
--transition-slow: 400ms;
|
||||
|
||||
/* Spacing */
|
||||
--navbar-height: 60px;
|
||||
}
|
||||
|
||||
/* Load local JetBrains Mono SemiBold from static folder so the site uses the exact semi-bold file */
|
||||
@font-face {
|
||||
font-family: 'JetBrains Mono';
|
||||
@@ -30,6 +16,19 @@
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
/* CSS Reset and Base Styles */
|
||||
:root {
|
||||
--font-mono: 'JetBrains Mono', monospace;
|
||||
|
||||
/* Animation durations */
|
||||
--transition-fast: 150ms;
|
||||
--transition-normal: 250ms;
|
||||
--transition-slow: 400ms;
|
||||
|
||||
/* Spacing */
|
||||
--navbar-height: 60px;
|
||||
}
|
||||
|
||||
/* Prefer the local semi-bold version when bold/600 weight is requested */
|
||||
code, pre, kbd, samp, .terminal, .mono, .prompt, .prompt-mini, .hero-title {
|
||||
font-family: 'JetBrains Mono', var(--font-mono);
|
||||
@@ -54,7 +53,7 @@ html {
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: var(--font-sans);
|
||||
font-family: var(--font-mono) !important;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
overflow-x: hidden;
|
||||
|
||||
Reference in New Issue
Block a user