- Introduction to WorkXpress
- Building Your Application
- Examples and Best Practices
- Technical Manual
This setting allows the fonts for a Rich Text Enabled Text Field to adjust the available fonts.
1. These fonts must be available to the application. They should be included in the skin. For example:
@import url('https://fonts.googleapis.com/css?family=Vibur');
In the skin.
2. The fonts that show in the Rich Text area are there because this setting has a default value. It's been written out in the field settings descriptive text. In order to make a change, to add additional fonts for example, you should Copy/Paste this value into the field and then make changes.
For example, you can set the fields value to :
Andale Mono=andale mono,times;Arial=arial,helvetica,sans-serif;Vibur=Vibur
And you would then only have access to Andale Mono, Arial, and Vibur.