From 3f4e73b0cf0ac66c99da2177c784f1eb8077fb3e Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Tue, 17 Dec 2024 12:48:15 -0800 Subject: [PATCH] Fix: Updated font properties from Google Fonts --- Theme/ElegantFin-theme-nightly.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 91e54df..0d56b61 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -1,7 +1,7 @@ /* ElegantFin Theme for Jellyfin by lscambo13 */ @import url("https://cdn.jsdelivr.net/gh/prayag17/Jellyfin-Icons/round.css"); -@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap'); :root { /* outline: 0px dotted red !important; */ @@ -25,7 +25,10 @@ } */ html { - font-family: "Inter"; + font-family: "Inter", serif; + font-optical-sizing: auto; + font-weight: 425; + font-style: normal; } .dashboardFooter::after {