Skip to main content
All CollectionsIn-App Mobile SurveysFAQs
Custom fonts in the Iterate for Android SDK
Custom fonts in the Iterate for Android SDK
Updated over a week ago

Custom fonts can be used in the Iterate survey view by adding the font files to your assets folder, and passing their paths (relative to /assets) to the Iterate.init method, like this:

Iterate.init(this, API_KEY, null, "Merriweather-Regular.ttf", "WorkSans-VariableFont_wght.ttf")


The font specified in the buttonFontName parameter will be used in all survey interface buttons (question responses, previous / next buttons, etc). The font specified in surveyTextFontName will be used for all other survey text (question prompts, explanatory copy, etc).


True Type fonts and Open Type Fonts are supported.

Did this answer your question?