mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Updated font properties from Google Fonts
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
/* ElegantFin Theme for Jellyfin by lscambo13 */
|
/* ElegantFin Theme for Jellyfin by lscambo13 */
|
||||||
|
|
||||||
@import url("https://cdn.jsdelivr.net/gh/prayag17/Jellyfin-Icons/round.css");
|
@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 {
|
:root {
|
||||||
/* outline: 0px dotted red !important; */
|
/* outline: 0px dotted red !important; */
|
||||||
@@ -25,7 +25,10 @@
|
|||||||
} */
|
} */
|
||||||
|
|
||||||
html {
|
html {
|
||||||
font-family: "Inter";
|
font-family: "Inter", serif;
|
||||||
|
font-optical-sizing: auto;
|
||||||
|
font-weight: 425;
|
||||||
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dashboardFooter::after {
|
.dashboardFooter::after {
|
||||||
|
Reference in New Issue
Block a user