For easier customization and codebase reuse. Current SASS vars. ### Docs Updates - [x] Update [customising visuals page](https://www.bookstackapp.com/docs/admin/visual-customisation/#changing-fonts). - [x] Update advisory to warn of change in how fonts are customized. ### Example Usage ```html <style> body { --font-body: 'Noto Serif', serif; --font-heading: 'Roboto', sans-serif; --font-code: 'Source Code Pro', monospace; } </style> ```
For easier customization and codebase reuse. Current SASS vars.
Docs Updates
Example Usage