File tree Expand file tree Collapse file tree 1 file changed +19
-4
lines changed 
themes/barebones/static/css Expand file tree Collapse file tree 1 file changed +19
-4
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,25 @@ body, nav {
2020  font-family : 
2121    /* Might be enough in the future: https://caniuse.com/extended-system-fonts */ 
2222    "ui-sans-serif" , 
23-     /* Works ATM: https://caniuse.com/font-family-system-ui */ 
24-     "system-ui" , 
23+     /* macOS 10.11+ */ 
24+     "SF Pro" , 
25+     /* macOS 10.8+ */ 
26+     "Helvetica Neue" , 
27+     /* Windows Vista+ */ 
28+     "Segoe UI" , 
29+     /* Linux: GNOME */ 
30+     "Adwaita Sans" , 
31+     /* Linux: KDE */ 
32+     "Noto Sans" , 
33+     /* Linux */ 
34+     "Liberation Sans" , 
35+     "DejaVu Sans" , 
36+     /* Android */ 
37+     "Roboto" , 
2538    /* Fallback */ 
2639    "sans-serif" ;
40+ 
41+   font-size :  1rem  ;
2742}
2843
2944code  {
@@ -35,11 +50,11 @@ code {
3550    /* macOS 10.6+ */ 
3651    "Menlo" , 
3752    /* Windows 10+ */ 
38-     "Cascadia Mono " , 
53+     "Cascadia Code " , 
3954    /* Windows Vista+ */ 
4055    "Consolas" , 
4156    /* Linux: GNOME */ 
42-     "Source Code Pro " , 
57+     "Adwaita Mono " , 
4358    /* Linux: KDE */ 
4459    "Hack" , 
4560    /* Linux */ 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments