Selaa lähdekoodia

LibHTML: Use a fixed-width font for <pre> tags, duh!

Andreas Kling 5 vuotta sitten
vanhempi
commit
33daa80bf0
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      Libraries/LibHTML/CSS/Default.css

+ 2 - 0
Libraries/LibHTML/CSS/Default.css

@@ -23,6 +23,8 @@ h3 {
 }
 }
 
 
 pre {
 pre {
+    font-family: Csilla;
+    font-weight: lighter;
     margin-bottom: 8;
     margin-bottom: 8;
     margin-top: 8;
     margin-top: 8;
     white-space: pre;
     white-space: pre;