TOPIC
How to use custom fonts in the CSS of Nintex Forms for Office 365.
INSTRUCTIONS
- Open the Nintex Forms designer from the list ribbon.
- Open Forms Settings and expand Custom CSS.
- Add your custom font like the example below:
@import url('https://fonts.googleapis.com/css?family=Indie+Flower'); .custom-indie-font { font-family: 'Indie Flower'; }
- Add the new CSS class (custom-indie-font) to the control on your form.