georgia font

This commit is contained in:
null 2026-05-28 04:20:15 -05:00
parent 726b80c765
commit 0fd82568cc
1 changed files with 14 additions and 3 deletions

View File

@ -8,7 +8,18 @@
@font-face {
font-family: 'GeorgiaDigits';
src: local('Georgia');
unicode-range: U+0030-U+0039; /* 09 */
unicode-range:
U+0030-U+0039, /* 09 */
U+002C, /* , thousands separator */
U+002E, /* . decimal point */
U+002D, /* - minus / hyphen */
U+002B, /* + plus */
U+0025, /* % percent */
U+0024, /* $ dollar */
U+00A2, /* ¢ cent */
U+00A3, /* £ pound */
U+00A5, /* ¥ yen */
U+20AC; /* € euro */
}
/* ── Tailwind base ───────────────────────────────────────── */
@ -52,8 +63,8 @@
--sidebar-border: 0.88 0.008 250;
--sidebar-ring: 0.55 0.20 276;
--font-sans: 'GeorgiaDigits', Roboto, Inter, ui-sans-serif, system-ui, sans-serif;
--font-serif: Merriweather, Georgia, serif;
--font-mono: "Roboto Mono", ui-monospace, SFMono-Regular, monospace;
--font-serif: 'GeorgiaDigits', Merriweather, Georgia, serif;
--font-mono: 'GeorgiaDigits', "Roboto Mono", ui-monospace, SFMono-Regular, monospace;
--radius: 1rem;
}