1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-04-21 12:25:31 -04:00

bump stitches-normalize so we can exclude default system font stacks

This commit is contained in:
2022-03-20 11:08:46 -04:00
parent 4772768aa2
commit 3a58931e79
3 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -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],