New UI Interface

This commit is contained in:
Stossy11 2024-12-09 18:17:58 +11:00
parent fdbcc483b3
commit e81ee8f8bf
15 changed files with 421 additions and 233 deletions

View file

@ -116,10 +116,10 @@ private void CreateFonts(string uiThemeFontFamily)
if (OperatingSystem.IsIOS())
{
availableFonts = new string[] {
"Chalkboard",
"Chalkboard", // San Francisco is the default font on iOS
"Chalkboard", // Legacy iOS font
"Chalkboard" // Common system font
"SF Pro",
"New York",
"Helvetica Neue",
"Avenir"
};
}
else