-
Notifications
You must be signed in to change notification settings - Fork 351
Open
Labels
examplesissues related to examplesissues related to examplesguiRelated to arcade GUI (sub module arcade.gui)Related to arcade GUI (sub module arcade.gui)
Description
TL;DR: This chain of fallbacks looks like CSS and isn't guaranteed to resolve?
arcade/arcade/examples/gui/1_layouts.py
Line 107 in ce8db7b
font_name=("Lato", "proxima-nova", "Helvetica Neue", "Arial", "sans-serif"), |
Proposed fix
Replace it with one of ways:
- Replace the last entry in the list
"Liberation Sans"
- Replace the entire line with
"Liberation Sans"
We load these by default as of #2543.
Metadata
Metadata
Assignees
Labels
examplesissues related to examplesissues related to examplesguiRelated to arcade GUI (sub module arcade.gui)Related to arcade GUI (sub module arcade.gui)