Update font logic to override framework default.

# Conflicts:
#	osu.Game/OsuGame.cs
This commit is contained in:
Dean Herbert
2016-09-01 21:46:19 +09:00
parent 56bdfae852
commit 7d2f303e61
4 changed files with 8 additions and 0 deletions

View File

@ -4,6 +4,7 @@
using System;
using System.Globalization;
using Newtonsoft.Json;
using osu.Framework.Extensions;
namespace osu.Game.Online.API
{