The Trans Directory
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: put quotations around font

+3 -3
+3 -3
quartz/util/theme.ts
··· 44 44 --tertiary: ${theme.colors.lightMode.tertiary}; 45 45 --highlight: ${theme.colors.lightMode.highlight}; 46 46 47 - --headerFont: ${theme.typography.header}, ${DEFAULT_SANS_SERIF}; 48 - --bodyFont: ${theme.typography.body}, ${DEFAULT_SANS_SERIF}; 49 - --codeFont: ${theme.typography.code}, ${DEFAULT_MONO}; 47 + --headerFont: "${theme.typography.header}", ${DEFAULT_SANS_SERIF}; 48 + --bodyFont: "${theme.typography.body}", ${DEFAULT_SANS_SERIF}; 49 + --codeFont: "${theme.typography.code}", ${DEFAULT_MONO}; 50 50 } 51 51 52 52 :root[saved-theme="dark"] {