refactor: replace inline style with Tailwind class and font-wonk utility

This commit is contained in:
Ilia Mashkov
2026-05-18 14:04:56 +03:00
parent b40ff4f588
commit d955aeb628
2 changed files with 9 additions and 10 deletions
+7
View File
@@ -272,6 +272,13 @@
.brutal-border-right {
border-right: var(--border-width) solid var(--blue);
}
/* Apply Fraunces variable axes to non-heading elements using the heading font */
.font-wonk {
font-variation-settings:
"WONK" var(--fraunces-wonk),
"SOFT" var(--fraunces-soft);
}
/* Sidebar divider: bottom border on mobile, right border on desktop */
.brutal-border-sidebar {
border-bottom: var(--border-width) solid var(--blue);