Google Fonts

Some fonts might be missing from the Google Fonts repository.
In that case, they won't be downloaded automatically, and you will see an error in the console.
You'll need to manually import those fonts into your project.

1

In order for the asset to automatically download missing fonts, you need to obtain a Google Fonts API key. Go to:

https://developers.google.com/fonts/docs/developer_api#identifying_your_application_to_google

2

Click on "Get a Key" button, then create new project or select existing.

3

Click on "SHOW KEY" button, then copy your api key.

4

Open the "TEXT & FONTS" tab and paste the obtained key into the "Google Fonts Api Key".
Now your fonts will be automatically downloaded from the Google Fonts repository.

Last updated