EMERALD0874 / Steam-Deck-Themes

Themes for suchmememanyskill's Steam Deck CSS loader
MIT License
53 stars 17 forks source link

Custom font #49

Closed zhzy0077 closed 1 year ago

zhzy0077 commented 1 year ago

Editing files in steam deck is awkward and most people will only have one font. What do you think of this custom.css?

@font-face {
  font-family: Custom;
  src: url("/themes_custom/Fonts/fonts/custom.ttf"), url("/themes_custom/Fonts/fonts/custom.otf") format("opentype");
}

@font-face {
  font-family: Custom;
  src: url("/themes_custom/Fonts/fonts/custom-bold.ttf"), url("/themes_custom/Fonts/fonts/custom-bold.otf") format("opentype");
  font-weight: bold;
}

* {
  font-family: Custom, serif !important;
}

So people only need to place fonts named as "custom.ttf" and "custom-bold.ttf" then select custom in the dropdown. Easier to maintain and easier to modify.

If it looks good to you, I can send the PR.

EMERALD0874 commented 1 year ago

Not sure if I've made commits since this issue or not but the current custom template looks fairly similar. If you'd like to make a PR to improve the custom CSS file, feel free. I'm going to close this issue for now unless there are specific things you'd like to improve.

Sorry for getting back to this so late, I'm going to try and get better about managing GitHub notifications