Adding Google Fonts
Learn how to add Google Fonts to your project.
In the Skin Editor:
-
Open the skin properties. (You may need to click in the Canvas to see the properties.)
-
Find the External Files pane.
-
Double-click in the table to add the file.
-
Choose CSS.
-
Add the URL of the font in the URL column. For example,
https://fonts.googleapis.com/css?family=Quicksand
. If you’re using an external local file, you would add its file path,assets/myfont.tff
or add them to a Code Element. -
Edit the Embedded Stylesheet by clicking the edit button.
-
Amend the stylesheet to include the new class and styles:
.ggskin.title { font-family: "Quicksand", sans-serif; font-size: 20px; }
.title
is the class. -
Add a Text Box.
-
Open the Advanced pane.
-
Add
title
to the CSS Classes field. ★ Do not include the period.
. Multiple classes can be added, separated by spaces. -
Check the style with Live Preview or Live Update.