mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-02 09:18:52 +00:00
Rename LizaBold to LizaRegular and LizaBlack to LizaBold.
LizaRegular is quickly becoming my favorite bitmap font. It's so pretty :^)
This commit is contained in:
parent
0c38a4c30f
commit
b1e054ffe8
Notes:
sideshowbarker
2024-07-19 15:51:53 +09:00
Author: https://github.com/awesomekling
Commit: b1e054ffe8
7 changed files with 2 additions and 5 deletions
|
@ -123,7 +123,7 @@ WSWindowManager::WSWindowManager()
|
|||
m_front_painter = make<Painter>(*m_front_bitmap);
|
||||
m_back_painter = make<Painter>(*m_back_bitmap);
|
||||
|
||||
m_font = Font::default_bold_font();
|
||||
m_font = Font::default_font();
|
||||
|
||||
m_front_painter->set_font(font());
|
||||
m_back_painter->set_font(font());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue