diff options
Diffstat (limited to 'SharedGraphics/Font.cpp')
-rw-r--r-- | SharedGraphics/Font.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SharedGraphics/Font.cpp b/SharedGraphics/Font.cpp index 990853a493..aca394a3b6 100644 --- a/SharedGraphics/Font.cpp +++ b/SharedGraphics/Font.cpp @@ -44,7 +44,7 @@ Font& Font::default_fixed_width_font() Font& Font::default_bold_font() { static Font* s_default_bold_font; - static const char* default_bold_font_path = "/res/fonts/CsillaBold7x10.font"; + static const char* default_bold_font_path = "/res/fonts/KaticaBold10.font"; if (!s_default_bold_font) { s_default_bold_font = Font::load_from_file(default_bold_font_path).leak_ref(); ASSERT(s_default_bold_font); |