Add Venera Medium in Store

This commit is contained in:
Salman Ahmed
2019-06-30 03:16:58 +03:00
committed by GitHub
parent 7762b67ecb
commit 9a617dd143

View File

@ -154,6 +154,7 @@ namespace osu.Game
Fonts.AddStore(new GlyphStore(Resources, @"Fonts/Venera"));
Fonts.AddStore(new GlyphStore(Resources, @"Fonts/Venera-Light"));
Fonts.AddStore(new GlyphStore(Resources, @"Fonts/Venera-Medium"));
runMigrations();