Custom Font

🔤 Setup A Custom Font

When incorporating a custom font that is not available through ngSurvey or Google Fonts, you have a couple of options. For a font in the form of a TTF file, you can upload it directly to your platform. Ensure that you have permission to use the font and that it is properly licensed.

If your custom font is hosted on a Content Delivery Network (CDN), you can easily integrate it into your project. This is accomplished by using an @import rule within your CSS stylesheet. By including the URL provided by the CDN, your custom font will be accessible for use throughout your survey.

💾 Using a TTF File

To upload your font, navigate to the theme section and click on the font URL to open the media gallery. Upload your TTF font and select it from

Upload your font
Set the font name

Upload the font, set its name, and ngSurvey will automatically detect it

🎨 using a CDN

To use a font available online, you can import it with a CSS @import statement

Ensure that the font name matches the one specified in your CSS when setting up the custom

Last updated

Was this helpful?