mirror of
				https://github.com/ZetaKebab/quartz.git
				synced 2025-11-03 22:49:47 +00:00 
			
		
		
		
	fix: put quotations around font
This commit is contained in:
		@@ -44,9 +44,9 @@ ${stylesheet.join("\n\n")}
 | 
			
		||||
  --tertiary: ${theme.colors.lightMode.tertiary};
 | 
			
		||||
  --highlight: ${theme.colors.lightMode.highlight};
 | 
			
		||||
 | 
			
		||||
  --headerFont: ${theme.typography.header}, ${DEFAULT_SANS_SERIF};
 | 
			
		||||
  --bodyFont: ${theme.typography.body}, ${DEFAULT_SANS_SERIF};
 | 
			
		||||
  --codeFont: ${theme.typography.code}, ${DEFAULT_MONO};
 | 
			
		||||
  --headerFont: "${theme.typography.header}", ${DEFAULT_SANS_SERIF};
 | 
			
		||||
  --bodyFont: "${theme.typography.body}", ${DEFAULT_SANS_SERIF};
 | 
			
		||||
  --codeFont: "${theme.typography.code}", ${DEFAULT_MONO};
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
:root[saved-theme="dark"] {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user