mirror of
https://github.com/spacedeck/spacedeck-open.git
synced 2025-12-15 09:27:31 +01:00
* Initial documentation folder with instructions on adding fonts. * fixed markdown syntax error * Update adding_fonts.md Added some links to the referred code lines and fixed some formatting. Co-authored-by: mntmn <lukas@mnt.mn>
791 B
791 B
To add fonts to Spacedeck Open, follow these steps:
- Find the googleapis link for the font and add it to ./styles/type.scss after the
Interfont that is already there. Here is a good reference to using Google Font API. - Add the name of the font to the file ./public/javascripts/spacedeck_sections.js in the
fontssection found around line 150. The order of the list here is the order in which fonts will be displayed in the user interface. - From the root of your install, do
gulp stylesto recompile the SCSS. - Restart your server.