1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

add inter font

This commit is contained in:
Gagah Pangeran Rosfatiputra 2021-06-16 21:13:01 +07:00
parent bacb916c03
commit 4b926791b5
No known key found for this signature in database
GPG Key ID: 25F6F17FD29031E2

View File

@ -195,6 +195,15 @@ namespace osu.Game
AddFont(Resources, @"Fonts/Torus-SemiBold");
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-Hangul");
AddFont(Resources, @"Fonts/Noto-CJK-Basic");