diff --git a/Subsurface/Barotrauma.csproj b/Subsurface/Barotrauma.csproj
index 2f49a034a..c5d619680 100644
--- a/Subsurface/Barotrauma.csproj
+++ b/Subsurface/Barotrauma.csproj
@@ -1221,7 +1221,7 @@
PreserveNewest
-
+
PreserveNewest
diff --git a/Subsurface/Content/CODE Bold.otf b/Subsurface/Content/CODE Bold.otf
deleted file mode 100644
index 50dd77d23..000000000
Binary files a/Subsurface/Content/CODE Bold.otf and /dev/null differ
diff --git a/Subsurface/Content/Code Pro Bold.otf b/Subsurface/Content/Code Pro Bold.otf
new file mode 100644
index 000000000..84481cef3
Binary files /dev/null and b/Subsurface/Content/Code Pro Bold.otf differ
diff --git a/Subsurface/Source/GUI/GUI.cs b/Subsurface/Source/GUI/GUI.cs
index 4e325fa86..7e32ba7e1 100644
--- a/Subsurface/Source/GUI/GUI.cs
+++ b/Subsurface/Source/GUI/GUI.cs
@@ -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);