2025-05-05, 11:37 AM
(2025-02-28, 02:39 PM)TheDreadPirate Wrote: You can look at some of the work done in the Themes sub-forum to try to mimic what they've done.
https://forum.jellyfin.org/t-finimalism-theme-offline
The CSS for that theme.
https://raw.githubusercontent.com/tedhin...alism7.css
Importing the font. In this case from a URL, but can also be a local file.
Code:@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap');
Using the imported font.
Code:body {
font-family: "Sofia Sans", sans-serif;
font-size: 12pt;
}
Sorry, i meant to change the subtitle font. That method only change UI font