You can configure typography for all survey types.
You can choose one font for your surveys from eight different typefaces. All fonts are easy to read.
The typefaces are:
- Merriweather
- Fira Sans
- Lato
- Montserrat
- Open Sans
- Roboto
- Roboto Condensed
- Arial
With the Custom CSS feature, you can also use your website’s font. To do this, use the following command within Custom CSS (for example, in the default styles at project level):
* {
font-family: "IBM Plex Sans", Sans-serif; /* Hier die Schriftart deiner Webseite eingeben */
}