mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +00:00
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.
This commit is contained in:
parent
d2a2d19a86
commit
e5ec4d35ea
Notes:
sideshowbarker
2024-07-19 01:36:59 +09:00
Author: https://github.com/linusg
Commit: e5ec4d35ea
Pull-request: https://github.com/SerenityOS/serenity/pull/3886
1 changed files with 0 additions and 2 deletions
|
@ -30,7 +30,6 @@ h6 {
|
|||
|
||||
pre {
|
||||
font-family: Csilla;
|
||||
font-weight: lighter;
|
||||
margin-bottom: 8px;
|
||||
margin-top: 8px;
|
||||
white-space: pre;
|
||||
|
@ -38,7 +37,6 @@ pre {
|
|||
|
||||
code {
|
||||
font-family: Csilla;
|
||||
font-weight: lighter;
|
||||
}
|
||||
|
||||
u,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue