From 6c99c38b3b936818a5031755a6598a018ddf3551 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Tue, 17 Dec 2024 08:13:52 -0800 Subject: [PATCH] New: Switch to the same font (Inter) used in Jellyseerr --- Theme/ElegantFin-theme-nightly.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index 2667dea..77ee49e 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -1,6 +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'); :root { /* outline: 0px dotted red !important; */ @@ -19,13 +20,17 @@ --hoverGradient: linear-gradient(130deg, rgb(255 255 255 / 20%) 20%, rgb(255 255 255 / 10%) 40%); } -html { +/* html { font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; +} */ + +html { + font-family: "Inter"; } .dashboardFooter::after { content: "ElegantFin Nightly"; - font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; + /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */ font-size: .6em; opacity: .5; }