Google Fonts
Enable 1500+ free Google Fonts for your widgets by adding an API key.
Why Use Google Fonts
- Professional typography — Use popular fonts like Roboto, Open Sans, and Montserrat
- Brand consistency — Match widget typography to your brand guidelines
- Multilingual support — Filter by subset for Cyrillic, Latin Extended, and other character sets
- Free for commercial use — Google Fonts cost nothing; the API key unlocks font metadata
Configuration
Add your API key to the editor configuration:
window['ClaspoEditor'].init({
googleFontsApiKey: 'your-google-fonts-api-key',
// ... other config
});See EditorConfigI for all options.
Get an API Key
Option 1: Google Fonts Developer API
- Open Google Fonts Developer API
- Find Acquiring and using an API key
- Click Get a Key
- Follow the prompts
Option 2: Google Cloud Console
- Open Google Cloud Console Credentials
- Create an API key
- Enable the Google Fonts Developer API
Updated 1 day ago
