mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-29 11:56:24 +02:00
New UI Interface
This commit is contained in:
parent
fdbcc483b3
commit
e81ee8f8bf
15 changed files with 421 additions and 233 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue