Change font to rajdhani
This commit is contained in:
+2
-2
@@ -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#…`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user