mirror of
https://github.com/BanjoRecomp/BanjoRecomp
synced 2026-06-01 01:08:55 -04:00
Change default font, override it for launcher options. (#100)
* Change default font, override it for launcher options. * adjusted base typography theme * Adjusted launcher menu font settings --------- Co-authored-by: thecozies <79979276+thecozies@users.noreply.github.com>
This commit is contained in:
+2
-1
@@ -696,7 +696,8 @@ int main(int argc, char** argv) {
|
||||
|
||||
recompui::programconfig::set_program_name(banjo::program_name);
|
||||
recompui::programconfig::set_program_id(banjo::program_id);
|
||||
recompui::register_primary_font("Suplexmentary Comic NC.ttf", "Suplexmentary Comic NC");
|
||||
recompui::register_primary_font("InterVariable.ttf", "Inter Variable");
|
||||
recompui::register_extra_font("Suplexmentary Comic NC.ttf");
|
||||
recomp::register_config_path(recompui::file::get_app_folder_path());
|
||||
|
||||
// Register supported games and patches
|
||||
|
||||
Reference in New Issue
Block a user