WebFonts Reference
You can easily import fonts and use them for your portal customizations.
Example
You can overwrite the default settings by editing the config.json
file.
{
google: {
families: ['Material Icons', 'Material Icons Sharp']
},
custom: {
families: ['Social'],
urls: ['https://assets.portal.easydita.com/fonts/social-icons.css']
}
}