From e67fa94170bfd48c3a4d209d00716ba3583ba265 Mon Sep 17 00:00:00 2001 From: peshomir <80340328+peshomir@users.noreply.github.com> Date: Sun, 23 Mar 2025 11:03:17 +0200 Subject: [PATCH] Change font --- static/main.css | 2 +- version.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/static/main.css b/static/main.css index c64207a..edb998d 100644 --- a/static/main.css +++ b/static/main.css @@ -16,7 +16,7 @@ width : 90%; top : 0; color : white; - font-family : 'Franklin Gothic Medium', 'Trebuchet MS', Arial, sans-serif; + font-family : 'Trebuchet MS', 'Franklin Gothic Medium', Arial, sans-serif; margin : auto; margin-top : 20px; right : 0; diff --git a/version.json b/version.json index f0e73a5..4ad39d8 100644 --- a/version.json +++ b/version.json @@ -6,6 +6,7 @@ "Added custom lobby join links - to get one, click on the new \"Copy link\" button while in a lobby.", "Added version information at the bottom of the setting page along with a link to the FX Client Discord server and GitHub repository. Previously this was shown only in the vanilla version menu.", "Added a settings option to toggle displaying a player's donation history when clicking on their name in the leaderboard (applies to team games only)", + "Changed the font for the FX Client UI elements", "The custom lobby server no longer tries to verify the compatibility of the client's protocol version. This will make custom lobbies usable immediately after an update, provided that the communication protocol has not changed significantly." ] } \ No newline at end of file