diff --git a/Content.Client/FurryServers/FurryServersWindow.xaml b/Content.Client/FurryServers/FurryServersWindow.xaml
deleted file mode 100644
index 1fb63a9281d..00000000000
--- a/Content.Client/FurryServers/FurryServersWindow.xaml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/Content.Client/FurryServers/FurryServersWindow.xaml.cs b/Content.Client/FurryServers/FurryServersWindow.xaml.cs
deleted file mode 100644
index 29db69f967f..00000000000
--- a/Content.Client/FurryServers/FurryServersWindow.xaml.cs
+++ /dev/null
@@ -1,59 +0,0 @@
-using System.Linq;
-using Content.Client.Administration.Managers;
-using Content.Client.Stylesheets;
-using Content.Client.UserInterface.Controls;
-using Content.Client.UserInterface.Systems.EscapeMenu;
-using Content.Shared.Administration;
-using JetBrains.Annotations;
-using Robust.Client.AutoGenerated;
-using Robust.Client.UserInterface;
-using Robust.Client.UserInterface.XAML;
-using Robust.Shared.Console;
-using Robust.Client.ResourceManagement;
-using Robust.Shared.Utility;
-
-namespace Content.Client.FurryServers
-{
- [GenerateTypedNameReferences]
- public sealed partial class FurryServersWindow : FancyWindow
- {
- [Dependency] private readonly IResourceCache _resourceManager = default!;
- [Dependency] private readonly IUriOpener _uri = default!;
-
- public FurryServersWindow()
- {
- RobustXamlLoader.Load(this);
- IoCManager.InjectDependencies(this);
- Stylesheet = IoCManager.Resolve().SheetSpace;
-
- BlepstationHeader.AddStyleClass(StyleBase.StyleClassLabelHeading);
- BlepstationHeader.FontColorOverride = Color.FromHex("#7687f2");
-
- var description = FormattedMessage.FromMarkup(_resourceManager.ContentFileReadAllText($"/FurryServers/Blepstation.txt"));
- BlepstationDescription.SetMessage(description);
-
- BlepstationWebsite.OnPressed += _ =>
- {
- _uri.OpenUri("https://blepstation.com");
- };
- }
-
- protected override void Opened()
- {
- base.Opened();
- }
- }
-
- [UsedImplicitly, AnyCommand]
- public sealed class FurryServersCommand : IConsoleCommand
- {
- public string Command => "furry";
- public string Description => "Shows list of furry space station 14 servers";
- public string Help => "Usage: furry";
-
- public void Execute(IConsoleShell shell, string argStr, string[] args)
- {
- IoCManager.Resolve().GetUIController().OpenWindow();
- }
- }
-}
diff --git a/Content.Client/Info/LinkBanner.cs b/Content.Client/Info/LinkBanner.cs
index 6f83fe9b5f9..a30aa413761 100644
--- a/Content.Client/Info/LinkBanner.cs
+++ b/Content.Client/Info/LinkBanner.cs
@@ -43,10 +43,6 @@ public LinkBanner()
};
buttons.AddChild(guidebookButton);
- var furryServersButton = new Button() { Text = "More Furry Servers" };
- furryServersButton.OnPressed += args => UserInterfaceManager.GetUIController().ToggleWindow();
- buttons.AddChild(furryServersButton);
-
var changelogButton = new ChangelogButton();
changelogButton.OnPressed += args => UserInterfaceManager.GetUIController().ToggleWindow();
buttons.AddChild(changelogButton);
diff --git a/Content.Client/Options/UI/EscapeMenu.xaml b/Content.Client/Options/UI/EscapeMenu.xaml
index f93b1a2ecd6..71da231f29b 100644
--- a/Content.Client/Options/UI/EscapeMenu.xaml
+++ b/Content.Client/Options/UI/EscapeMenu.xaml
@@ -12,7 +12,6 @@
-
diff --git a/Content.Client/Stylesheets/StyleNano.cs b/Content.Client/Stylesheets/StyleNano.cs
index 339002e1e7b..a10e3eb5926 100644
--- a/Content.Client/Stylesheets/StyleNano.cs
+++ b/Content.Client/Stylesheets/StyleNano.cs
@@ -1342,11 +1342,6 @@ public StyleNano(IResourceCache resCache) : base(resCache)
.Prop(Label.StylePropertyFont, notoSans10),
// ---
- // Furry Servers - Very Large Label for section headers
- Element