style(font): use @fontsource-variable/roboto-slab and set family to 'Roboto Slab Variable'

This commit is contained in:
2025-08-16 09:22:46 -06:00
parent f0d3a8ed30
commit 63e1df5d01
4 changed files with 10 additions and 6 deletions

View File

@@ -1,6 +1,8 @@
/* Match brosner.com font */
@import url("@fontsource-variable/roboto-slab/index.css");
html, body {
font-family: "Roboto Slab", Roboto, "Helvetica Neue", Arial, sans-serif;
font-family: "Roboto Slab Variable", Roboto, "Helvetica Neue", Arial, sans-serif;
font-optical-sizing: auto;
}
/* Ensure navbar icons remain white like the original */