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; }