Skip to content

Commit e794b64

Browse files
steveseguinactions-user
authored andcommitted
docs(custom-fonts): Add comprehensive guide for self-hosted fonts
Introduces a new documentation page (`docs/custom-fonts.html`) that provides a detailed walkthrough for integrating custom fonts into Social Stream Ninja overlays. This guide covers: - Methods for self-hosting font files (TTF, OTF, WOFF2) from various platforms. - Loading custom fonts into `dock.html` and `featured.html` via URL parameters or OBS custom CSS. - Key CSS variables for tuning overlay text sizing and layout. - Common troubleshooting steps for font integration issues. Updates `README.md` with a direct link to the new guide for improved discoverability of font customization options. [auto-enhanced]
1 parent 7e65043 commit e794b64

File tree

3 files changed

+267
-6
lines changed

3 files changed

+267
-6
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,8 @@ For managing multiple URLs and their parameters, for the main dock (streaming ov
410410

411411
To customize the color, font-size and styling, you can edit the CSS, in either the OBS browser source style-sheet section, or by editing the and using the featured.html file. See below:
412412

413+
If you want a step-by-step walkthrough for self-hosting fonts and applying them to `dock.html` or `featured.html` (with CSS examples for OBS and URL parameters), see [docs/custom-fonts.html](docs/custom-fonts.html).
414+
413415
#### More advanced styling customizations
414416

415417
To further customize the appearance of the overlay or dock, you can make CSS style changes via OBS browser source, without any coding.

0 commit comments

Comments
 (0)