GUIDES
How to change the font
2 min
when you publish a collection you can control the way it looks by adding # in the / /hosted spaces/custom code md section when you want to change the font that loads on the production website, you have 2 options 1\ using google fonts click on the gear icon ⚙️ to open the space settings look for the appearance tab on the space settings modal scroll down to custom fonts and toggle it on choose the desired font and the changes will be automatically saved 2\ use custom css to reference the font click on the gear icon ⚙️ to open the space settings look for the custom code tab on the space settings modal add the font link in the include headers box include headers font example add the css properties \<style> body { font family hind siliguri, sans serif !important; } \</style>