Switched to the pro version of Code Bold

This commit is contained in:
Regalis
2017-03-09 20:04:33 +02:00
parent 2d9f706998
commit be72a04d90
4 changed files with 2 additions and 2 deletions

View File

@@ -1221,7 +1221,7 @@
<None Include="Content\Characters\Watcher\watch6.ogg">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Content\CODE Bold.otf">
<None Include="Content\Code Pro Bold.otf">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Content\Content.mgcb">

Binary file not shown.

Binary file not shown.

View File

@@ -81,7 +81,7 @@ namespace Barotrauma
{
Font = new ScalableFont("Content/Exo2-Medium.otf", 14, graphicsDevice);
SmallFont = new ScalableFont("Content/Exo2-Light.otf", 12, graphicsDevice);
LargeFont = new ScalableFont("Content/CODE Bold.otf", 22, graphicsDevice);
LargeFont = new ScalableFont("Content/Code Pro Bold.otf", 22, graphicsDevice);
cursor = new Sprite("Content/UI/cursor.png", Vector2.Zero);