Remove fallback fonts.
This commit is contained in:
		
							parent
							
								
									6c313e7cf5
								
							
						
					
					
						commit
						0c19d38a51
					
				| 
						 | 
				
			
			@ -23,19 +23,9 @@
 | 
			
		|||
  fonts = {
 | 
			
		||||
    fontconfig = {
 | 
			
		||||
      defaultFonts = {
 | 
			
		||||
        monospace = [
 | 
			
		||||
          "Hasklig"
 | 
			
		||||
          "Victor Mono"
 | 
			
		||||
          "DejaVu Sans Mono"
 | 
			
		||||
        ];
 | 
			
		||||
        sansSerif = [
 | 
			
		||||
          "Inter"
 | 
			
		||||
          "DejaVu Sans"
 | 
			
		||||
        ];
 | 
			
		||||
        serif = [
 | 
			
		||||
          "Inter"
 | 
			
		||||
          "DejaVu Sans"
 | 
			
		||||
        ];
 | 
			
		||||
        monospace = [ "Hasklig" ];
 | 
			
		||||
        sansSerif = [ "Inter" ];
 | 
			
		||||
        serif = [ "Inter" ];
 | 
			
		||||
      };
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in New Issue