From 757bb60ecd268c46963acfa27306a38ee234f02a Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Fri, 27 Oct 2023 21:43:37 -0400 Subject: [PATCH] changed font used by frostedglass so my font overrides can work instead --- FrostedGlass.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/FrostedGlass.css b/FrostedGlass.css index 2324e57..922d62a 100644 --- a/FrostedGlass.css +++ b/FrostedGlass.css @@ -8,7 +8,7 @@ * @source https://github.com/DiscordStyles/FrostedGlass * @website https://gibbu.me/ */ -@import url('https://fonts.googleapis.com/css2?family=Comic+Neue&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); @import url('https://discordstyles.github.io/FrostedGlass/dist/FrostedGlass.css'); /* Old Windows titlebar - remove this @import if you wish to use default titlebar */ @@ -62,7 +62,7 @@ --tint-colour: 255, 51, 159; /* Colour of tint | DEAFULT: 255,51,159 */ --tint-brightness: 0; /* Brightness of --tint-colour | 0 - 1 (decimals allowed) | DEFAULT: 0 */ /* - * Other variables + * Other variables */ --window-padding: 10px; /* Spacing around the Discord window | DEFAULT: 20px */ --window-roundness: 20px; /* Roundness of Discord | DEFAULT: 10px */ @@ -72,10 +72,10 @@ * Visit https://fonts.google.com and select one to your liking. * Now just follow this tutorial: https://imgur.com/a/CNbw7xC */ - --font: "comic neue"; + --font: "roboto"; /* * ~~DO NOT TOUCH~~ * Removing this will display an annoying update banner. */ --update-notice-1: none; -} \ No newline at end of file +}