Change font to rajdhani

This commit is contained in:
pleb
2026-04-11 14:47:59 -07:00
parent f8b6c06f89
commit 4b4c74f31b
7 changed files with 20 additions and 8 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ The overlay is a static page. You can exercise the UI and wiring without OBS by
Use a **`file://` URL** (same idea as OBS): absolute path to `index.html`, forward slashes. This clone:
`file:///C:/Users/example/src/BeatSaber-Overlay/index.html`
`file:///C:/Users/example/ops/BeatSaber-Overlay/index.html?scale=1.5`
Paste that into the address bar, or drag `index.html` into a browser window.
@@ -17,7 +17,7 @@ Settings are stored in the **URL fragment** (after `#`). Using a full `file://`
Without the game, the overlay normally hides outside **Playing** (and during BeatSaver loading). Add a **query parameter** so it stays visible for layout or WebSocket checks:
- Enable: `?debug=1`
- Example: `file:///C:/Users/example/src/BeatSaber-Overlay/index.html?debug=1`
- Example: `file:///C:/Users/example/ops/BeatSaber-Overlay/index.html?debug=1`
Put `?debug` **before** the `#` hash if you use both: `index.html?debug=1#…`