Переглянути джерело

LibWeb: Don't use 'font-weight: lighter' for Csilla in Default.css

Base/res/fonts/CsillaThin7x10.font was renamed to
Base/res/fonts/CsillaRegular10.font in 5abc03d, breaking the default
styles of <code> and <pre>.
The font lookup should still find a font variant when a non-existent
weight is specified, but that's another issue for another day.
Linus Groh 4 роки тому
батько
коміт
e5ec4d35ea
1 змінених файлів з 0 додано та 2 видалено
  1. 0 2
      Libraries/LibWeb/CSS/Default.css

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

@@ -30,7 +30,6 @@ h6 {
 
 
 pre {
 pre {
     font-family: Csilla;
     font-family: Csilla;
-    font-weight: lighter;
     margin-bottom: 8px;
     margin-bottom: 8px;
     margin-top: 8px;
     margin-top: 8px;
     white-space: pre;
     white-space: pre;
@@ -38,7 +37,6 @@ pre {
 
 
 code {
 code {
     font-family: Csilla;
     font-family: Csilla;
-    font-weight: lighter;
 }
 }
 
 
 u,
 u,