Forum Discussion
Rise: Multiple Font Styles Within a Text Block
If you happen to know how to use the Web Inspector panel to edit the underlying HTML of pages, you might be interested to find out that you can edit the HTML of most blocks, and it will persist. So you could add <span style="font-family:monospace">the text</span> around some words to switch it to a monospace font. You can also use this trick to remove the annoying grey border on tables by adding ' style="border:none" ' on each cell. This is a pretty terrible authoring experience, but it does work, and since it's been 5 years since this thread was opened and Articulate hasn't added the feature, it's probably the only option.
Unfortunately this trick with the fonts doesn't work, you need to add
font-family:monospace !important
but once you hit preview, the important declaration gets stripped out.