Skip to main content
Nintex Community Menu Bar

Custom CSS Fonts With Nintex Forms For Office 365

  • February 15, 2022
  • 0 replies
  • 83 views

butlerj
Nintex Employee
Forum|alt.badge.img+20
TOPIC
How to use custom fonts in the CSS of Nintex Forms for Office 365.
INSTRUCTIONS
  1. Open the Nintex Forms designer from the list ribbon.
  2. Open Forms Settings and expand Custom CSS.
  3. 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';  }
  4. Add the new CSS class (custom-indie-font) to the control on your form.
ADDITIONAL INFORMATION
RELATED LINKS