Skip to content

Commit

Permalink
Use Figtree Font
Browse files Browse the repository at this point in the history
Fallback to the official jellyfin font
  • Loading branch information
MakD authored Jun 4, 2024
1 parent 3d3c04a commit 6bb8e4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zombie-min-git.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import url(https://cdn.jsdelivr.net/gh/CTalvio/Ultrachromic/header/header_transparent.css);
@import url(https://cdn.jsdelivr.net/gh/prayag17/Jellyfin-Icons/Font%20Awesome/regular.css);
@import url(https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap);
.css-1jmiiw3,
.css-1jmiiw3 .MuiDataGrid-withBorderColor {
border-color: rgba(var(--accent), 0.25);
Expand All @@ -14,7 +14,7 @@ h1,
h2,
h3,
h4 {
font-family: Quicksand, sans-serif;
font-family: Figtree, sans-serif;
}
:root {
--accent: 255, 255, 255;
Expand Down

0 comments on commit 6bb8e4d

Please sign in to comment.