fix: put quotations around font
This commit is contained in:
		
							parent
							
								
									95fb6ccfcb
								
							
						
					
					
						commit
						96a3bfeafb
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -44,9 +44,9 @@ ${stylesheet.join("\n\n")}
 | 
				
			||||||
  --tertiary: ${theme.colors.lightMode.tertiary};
 | 
					  --tertiary: ${theme.colors.lightMode.tertiary};
 | 
				
			||||||
  --highlight: ${theme.colors.lightMode.highlight};
 | 
					  --highlight: ${theme.colors.lightMode.highlight};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  --headerFont: ${theme.typography.header}, ${DEFAULT_SANS_SERIF};
 | 
					  --headerFont: "${theme.typography.header}", ${DEFAULT_SANS_SERIF};
 | 
				
			||||||
  --bodyFont: ${theme.typography.body}, ${DEFAULT_SANS_SERIF};
 | 
					  --bodyFont: "${theme.typography.body}", ${DEFAULT_SANS_SERIF};
 | 
				
			||||||
  --codeFont: ${theme.typography.code}, ${DEFAULT_MONO};
 | 
					  --codeFont: "${theme.typography.code}", ${DEFAULT_MONO};
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
:root[saved-theme="dark"] {
 | 
					:root[saved-theme="dark"] {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue