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

@@ -9,7 +9,7 @@
var app = {};
let robotoFont = "Roboto";
let mainFont = "Arial"; // "Roboto"
let mainLogoPath = (typeof gta == "undefined") ? "files/images/mafiac-logo.png" : "files/images/gtac-logo.png";