Basic ComponentsFontVersion: 4.62On this pageFont The ./font directory contains fonts that can be used in the configuration. The following font file types are supported: .TTF .TTC (Android only) .OTF cautionThe file name of the font file name must be equal to its postscript name of the font. The Android app uses the file name and the iOS app uses the postscript name. Examples Example 1: Use the provided fonts in the configuration Show ExampleHide ExampleThe following fonts, provided in the ./font folder, can be used in the configuration:{ "type": "text", "value": "This text uses the 'Barlow-Regular' font.", "font": "Barlow-Regular", [...]},{ "type": "text", "value": "This text uses the 'Palatino Linotype' font.", "font": "Palatino Linotype", [...]}