Switched to the pro version of Code Bold
This commit is contained in:
@@ -1221,7 +1221,7 @@
|
|||||||
<None Include="Content\Characters\Watcher\watch6.ogg">
|
<None Include="Content\Characters\Watcher\watch6.ogg">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</None>
|
</None>
|
||||||
<None Include="Content\CODE Bold.otf">
|
<None Include="Content\Code Pro Bold.otf">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</None>
|
</None>
|
||||||
<None Include="Content\Content.mgcb">
|
<None Include="Content\Content.mgcb">
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -81,7 +81,7 @@ namespace Barotrauma
|
|||||||
{
|
{
|
||||||
Font = new ScalableFont("Content/Exo2-Medium.otf", 14, graphicsDevice);
|
Font = new ScalableFont("Content/Exo2-Medium.otf", 14, graphicsDevice);
|
||||||
SmallFont = new ScalableFont("Content/Exo2-Light.otf", 12, 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);
|
cursor = new Sprite("Content/UI/cursor.png", Vector2.Zero);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user