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:
Andreas Kling 2019-02-05 09:07:23 +01:00
parent 0c38a4c30f
commit b1e054ffe8
Notes: sideshowbarker 2024-07-19 15:51:53 +09:00
7 changed files with 2 additions and 5 deletions

View file

@ -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();