fix(typography): properly pass Google font options (#1825)
This commit is contained in:
		@@ -105,9 +105,9 @@ ${stylesheet.join("\n\n")}
 | 
			
		||||
  --highlight: ${theme.colors.lightMode.highlight};
 | 
			
		||||
  --textHighlight: ${theme.colors.lightMode.textHighlight};
 | 
			
		||||
 | 
			
		||||
  --headerFont: "${theme.typography.header}", ${DEFAULT_SANS_SERIF};
 | 
			
		||||
  --bodyFont: "${theme.typography.body}", ${DEFAULT_SANS_SERIF};
 | 
			
		||||
  --codeFont: "${theme.typography.code}", ${DEFAULT_MONO};
 | 
			
		||||
  --headerFont: "${getFontSpecificationName(theme.typography.header)}", ${DEFAULT_SANS_SERIF};
 | 
			
		||||
  --bodyFont: "${getFontSpecificationName(theme.typography.body)}", ${DEFAULT_SANS_SERIF};
 | 
			
		||||
  --codeFont: "${getFontSpecificationName(theme.typography.code)}", ${DEFAULT_MONO};
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
:root[saved-theme="dark"] {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user