If you can't find a font under Theme > Fonts, colours and styling these are the steps to get a new font added to your website from https://fonts.google.com/
- Go to https://fonts.google.com/ and search for the font
- If the font appears in the search, select the font
- When on the selected font, click Select this style on the specific styles you require
- Selected family will then appear on the right side of the webpage.
- Under Selected family, you will find the HTML to use under the heading Use on the web
- Copy the code from <link href do not copy the code before this, here's an example:
Do not copy strike through text
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap" rel="stylesheet">
- Next, go to the admin area of your website, click Themethen go to Define fonts
- Paste the HTML code into Additional meta tags required
- Once copied across, go back to the font on https://fonts.google.com/ and copy the text under the heading CSS rules to specify families
- You only need to copy the text that comes after font-family here's an example:
Do not copy strike through text
font-family:'Roboto', sans-serif;
- Once the correct text has been copied, paste it into the field Family name
- After all the above steps are complete, put the name of the font in the Title field, and make sure Tick this box to enable this font has been checked. Then hit save
- Your new font is now ready to use!