We have created a custom theme extension in Experience Builder Developer edition v1.9. We want to add the custom font "Segoe UI". Following the documentation we have:
Added the font in variables.json:
"typography": {
"fontFamilyBase": "Segoe UI"
},
"body": {
"bg": "#c5c5c5",
"color": "#ffffff",
"fontFamily": "Segoe UI"
},
Added the font ttf files into the assets/fonts folder in our theme extension.
However, when I look at the drop down list to select a font in Experience Builder, the Segoe UI font is not listed as an option. Has anyone successfully used a custom font in Experience Builder?
Thanks,
Paul