Frontend: Use Roboto font

This commit is contained in:
Connor McLaughlin
2019-11-08 00:22:10 +10:00
parent 52caf312d9
commit e8ebead23d
4 changed files with 2507 additions and 0 deletions

View File

@ -93,6 +93,7 @@ bool SDLHostInterface::CreateImGuiContext()
ImGui::GetIO().BackendFlags |= ImGuiBackendFlags_HasGamepad;
ImGui::StyleColorsDarker();
ImGui::AddRobotoRegularFont();
return true;
}