fix: storybook font rendering and shared fonts module #1

Merged
ilia merged 74 commits from feat/portfolio-setup into main 2026-05-18 18:45:22 +00:00
Showing only changes of commit ff62cba5b1 - Show all commits
+11
View File
@@ -23,6 +23,7 @@
/* === LINE HEIGHT === */ /* === LINE HEIGHT === */
--line-height-tight: 1.2; --line-height-tight: 1.2;
--line-height-normal: 1.5; --line-height-normal: 1.5;
--line-height-relaxed: 1.65;
/* === FRAUNCES VARIABLE AXES === */ /* === FRAUNCES VARIABLE AXES === */
--fraunces-wonk: 1; --fraunces-wonk: 1;
@@ -132,6 +133,16 @@
@apply border-border; @apply border-border;
} }
::selection {
background-color: var(--blue);
color: var(--cream);
}
:focus-visible {
outline: var(--border-width) solid var(--blue);
outline-offset: 2px;
}
html { html {
font-size: var(--font-size); font-size: var(--font-size);
} }