Use Arial font instead of Roboto

This commit is contained in:
Vortrex
2022-01-21 20:30:23 -06:00
parent a4a3f37583
commit 5f4ca19004
12 changed files with 73 additions and 61 deletions

View File

@@ -41,7 +41,7 @@ function initListGUI() {
textSize: 10.0,
textAlign: 0.5,
textColour: toColour(255, 255, 255, 220),
textFont: robotoFont,
textFont: mainFont,
},
focused: {
borderColour: toColour(0, 0, 0, 0),