Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Grantim committed Sep 23, 2024
1 parent 2841e06 commit c5cab27
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions source/MRViewer/MRRibbonFontManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ RibbonFontManager::RibbonFontManager()
fontPaths_ =
{
#ifndef __EMSCRIPTEN__
GetFontsDirectory() / "NotoSansSC-Regular.otf",
SystemPath::getFontsDirectory() / "NotoSansSC-Regular.otf",
#else
GetFontsDirectory() / "NotoSans-Regular.ttf",
SystemPath::getFontsDirectory() / "NotoSans-Regular.ttf",
#endif
GetFontsDirectory() / "NotoSans-SemiBold.ttf",
GetFontsDirectory() / "NotoSansMono-Regular.ttf",
GetFontsDirectory() / "fa-solid-900.ttf"
SystemPath::getFontsDirectory() / "NotoSans-SemiBold.ttf",
SystemPath::getFontsDirectory() / "NotoSansMono-Regular.ttf",
SystemPath::getFontsDirectory() / "fa-solid-900.ttf"
};
}

Expand Down

0 comments on commit c5cab27

Please sign in to comment.