mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-09-16 16:15:33 -04:00
bump stitches-normalize so we can exclude default system font stacks
This commit is contained in:
@@ -117,7 +117,7 @@ export const darkTheme = createTheme({
|
||||
|
||||
export const globalStyles = globalCss(
|
||||
// @ts-ignore
|
||||
...normalizeCss,
|
||||
...normalizeCss({ systemFonts: false }),
|
||||
{
|
||||
"@font-face": [...Inter.family, ...RobotoMono.family, ...ComicNeue.family],
|
||||
|
||||
|
Reference in New Issue
Block a user