New: Switch to the same font (Inter) used in Jellyseerr

This commit is contained in:
lscambo13
2024-12-17 08:13:52 -08:00
parent 69d44e326d
commit 6c99c38b3b

View File

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