mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-14 07:02:54 +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
|
@ -58,7 +58,7 @@ void Font::initialize()
|
|||
|
||||
Font& Font::default_font()
|
||||
{
|
||||
static const char* default_font_path = "/res/fonts/Liza8x10.font";
|
||||
static const char* default_font_path = "/res/fonts/LizaRegular8x10.font";
|
||||
if (!s_default_font) {
|
||||
#ifdef USERLAND
|
||||
s_default_font = Font::load_from_file(default_font_path).leak_ref();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue