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
Inter
font 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
fonts
section 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 styles
to recompile the SCSS. - Restart your server.