1
0
Fork 0
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:
jules 2013-10-04 10:00:24 +01:00
parent 35f2c94339
commit 05cd003f4b

View file

@ -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)
}