mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Made Times New Roman the default serif font on Windows.
This commit is contained in:
parent
35f2c94339
commit
05cd003f4b
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ struct DefaultFontNames
|
|||
else
|
||||
{
|
||||
defaultSans = "Verdana";
|
||||
defaultSerif = "Times";
|
||||
defaultSerif = "Times New Roman";
|
||||
defaultFixed = "Lucida Console";
|
||||
defaultFallback = "Tahoma"; // (contains plenty of unicode characters)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue