Frontend: Use Roboto font
This commit is contained in:
@ -93,6 +93,7 @@ bool SDLHostInterface::CreateImGuiContext()
|
||||
ImGui::GetIO().BackendFlags |= ImGuiBackendFlags_HasGamepad;
|
||||
|
||||
ImGui::StyleColorsDarker();
|
||||
ImGui::AddRobotoRegularFont();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user