Switched to fonts that support the cyrillic alphabet

This commit is contained in:
Regalis
2017-03-01 19:31:26 +02:00
parent 871c3bc93c
commit 708a67caeb
4 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ with.
<XnaContent xmlns:Graphics="Microsoft.Xna.Framework.Content.Pipeline.Graphics">
<Asset Type="Graphics:FontDescription">
<FontName>Exo Light</FontName>
<FontName>Exo 2 Light</FontName>
<Size>9</Size>

Binary file not shown.

View File

@@ -11,7 +11,7 @@ with.
<!--
Modify this string to change the font that will be imported.
-->
<FontName>Exo Medium</FontName>
<FontName>Exo 2 Medium</FontName>
<!--
Size is a float value, measured in points. Modify this value to change

Binary file not shown.