Skip to content

Commit

Permalink
Update slideshow.html
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 6bb8e4d commit 88d1027
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions spotlight-html/slideshow.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>
<title>Jellyfin Featured Slideshow</title>
<link href="https://fonts.googleapis.com/css2?family=Quicksand&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap" rel="stylesheet">
<style>
/* CSS styles for the slideshow elements */
body {
Expand Down Expand Up @@ -69,9 +69,10 @@
width: 100%;
height: 50px;
background-color: transparent;
font-family: 'Quicksand', sans-serif;
color: #D3D3D3;
font-size: 22px;
font-family: 'Figtree', sans-serif;
font-weight: 400;
color: #fff;
font-size: 1.6em;
display: flex;
align-items: center;
justify-content: flex-start;
Expand All @@ -85,7 +86,7 @@
right: 0%;
color: white;
width: 100%;
font-family: 'Quicksand', sans-serif;
font-family: 'Figtree', sans-serif;
font-size: 14px;
background: transparent;
padding: 10px;
Expand Down Expand Up @@ -272,4 +273,4 @@
</script>
</body>

</html>
</html>

0 comments on commit 88d1027

Please sign in to comment.