mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-04 08:09:49 +00:00 
			
		
		
		
	Merge pull request #228 from jegtnes/patch-1
Disable ligatures in code blocks
This commit is contained in:
		@@ -344,6 +344,9 @@ code, tt {
 | 
			
		||||
    border: #E3EDF3 1px solid;
 | 
			
		||||
    background: #F7FAFB;
 | 
			
		||||
    border-radius: 2px;
 | 
			
		||||
    -webkit-font-feature-settings: "liga" 0;
 | 
			
		||||
    -moz-font-feature-settings: "liga" 0;
 | 
			
		||||
    font-feature-settings: "liga" 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
pre {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user