mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 09:47:52 +08:00
add inter font
This commit is contained in:
parent
bacb916c03
commit
4b926791b5
@ -195,6 +195,15 @@ namespace osu.Game
|
|||||||
AddFont(Resources, @"Fonts/Torus-SemiBold");
|
AddFont(Resources, @"Fonts/Torus-SemiBold");
|
||||||
AddFont(Resources, @"Fonts/Torus-Bold");
|
AddFont(Resources, @"Fonts/Torus-Bold");
|
||||||
|
|
||||||
|
AddFont(Resources, @"Fonts/Inter-Regular");
|
||||||
|
AddFont(Resources, @"Fonts/Inter-RegularItalic");
|
||||||
|
AddFont(Resources, @"Fonts/Inter-Light");
|
||||||
|
AddFont(Resources, @"Fonts/Inter-LightItalic");
|
||||||
|
AddFont(Resources, @"Fonts/Inter-SemiBold");
|
||||||
|
AddFont(Resources, @"Fonts/Inter-SemiBoldItalic");
|
||||||
|
AddFont(Resources, @"Fonts/Inter-Bold");
|
||||||
|
AddFont(Resources, @"Fonts/Inter-BoldItalic");
|
||||||
|
|
||||||
AddFont(Resources, @"Fonts/Noto-Basic");
|
AddFont(Resources, @"Fonts/Noto-Basic");
|
||||||
AddFont(Resources, @"Fonts/Noto-Hangul");
|
AddFont(Resources, @"Fonts/Noto-Hangul");
|
||||||
AddFont(Resources, @"Fonts/Noto-CJK-Basic");
|
AddFont(Resources, @"Fonts/Noto-CJK-Basic");
|
||||||
|
Loading…
Reference in New Issue
Block a user