Fonts moved from textures to proper folder (#2159)

* Initial

* Deletes old loc
This commit is contained in:
Swept
2020-10-04 16:07:15 +00:00
committed by GitHub
parent 6e2cf5f05e
commit d00ae036f8
9 changed files with 13 additions and 13 deletions

View File

@@ -30,7 +30,7 @@ namespace Content.Client.UserInterface.Stylesheets
protected StyleBase(IResourceCache resCache)
{
var notoSans12 = resCache.GetFont("/Textures/Interface/Nano/NotoSans/NotoSans-Regular.ttf", 12);
var notoSans12 = resCache.GetFont("/Fonts/NotoSans/NotoSans-Regular.ttf", 12);
// Button styles.
var buttonTex = resCache.GetTexture("/Textures/Interface/Nano/button.svg.96dpi.png");