Increase default font size for laptop
I'm working off of my laptop but I'm using my 4k monitor. The expression that sets `fonts/size` could be more sophisticated and detect this, but for now, I'm just bumping up the size.
This commit is contained in:
		
							parent
							
								
									d88a4d5792
								
							
						
					
					
						commit
						8fa3140253
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -30,7 +30,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(defconst fonts/size
 | 
					(defconst fonts/size
 | 
				
			||||||
  (pcase (device/classify)
 | 
					  (pcase (device/classify)
 | 
				
			||||||
    ('work-laptop  "9")
 | 
					    ('work-laptop "11")
 | 
				
			||||||
    ('work-desktop "8"))
 | 
					    ('work-desktop "8"))
 | 
				
			||||||
  "My preferred default font-size, which is device specific.")
 | 
					  "My preferred default font-size, which is device specific.")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue