I apologize in advance if this is a stupid request, but I just can’t seem to figure this out. I saw under the Appearance configuration settings that you’ve inserted a “Font Services” section, where administrators can change up the fonts used on their Curatescape installation. I found Roboto on Google Fonts and decided that I’d try to use one of its bold instances for my (sub)headings and one of its light instances for my main text. I typed out “Roboto” under the Google Fonts section and clicked save, but the only the thing that happened was the site’s fonts defaulted to Times New Roman or some other serifed font. So then I added some custom CSS to the “Advanced” section, with the !important; tag at the end of each of those lines. But that didn’t change anything either. I noticed on Google Fonts that you’re able to download the fonts. Should those be uploaded to the backend of my Curatescape installation? I figured that the Google Fonts section of the “Font Services” section would be enough to connect with the online Roboto font, and all I would have to do from there is override the default CSS commands re: fonts used on the website. But nothing is changing. Could you help me consumate this disagreeable font marriage?!
Thank you.
Here’s a screenshot along with the CSS code I entered:
Would love to have some clarification on this also - I’ve never been fully clear on how to utilize Google Fonts in Curatescape (which may just say more about my limited web development skills generally)
Adding the font names to the Google Fonts theme setting configuration simply loads the font(s) onto your page. You then need to apply the fonts using CSS.
Below is the Google Fonts interface for your selection (Roboto, 300 and 900 weights only).
**The font weights are defined elsewhere in the stylesheet.
Unsolicted advice
One takeaway here is that to use this feature you should first fully understand how CSS works and then understand how remote fonts are typically loaded in by third parties (like Google, Adobe, etc). It’s not exactly something you can intuit and is mainly made available here for advanced users with design experience. I’m happy to provide support but I would also strongly recommend that you do your own research, study up on the relevant skills (in this case CSS), and experiment with your own solutions. For example, you may find it very useful to have another project where you start by writing a basic HTML page from scratch. You can learn almost all the basics by creating just one single document with HTML, CSS, JavaScript, etc. It’s much easier than trying to reverse engineer those skills by editing an existing (and relatively very complicated) design.