Thank-you @and-hu for the tip on the class="ui-priority-primary" and the info about the font property is itself not being stripped out, just the font-weight. Ugh! c'mon New RCE.
I think I'll have to stick with the font short-hand declaration so that it also shows up in mobile. Here are some tests I just did and checked in the Canvas Student app.
Webpage display
Canvas student app display
@jdick1 Pages with existing font-weight: bold will keep that property in it and continue to work. But if you edit that page, the (new) RCE will strip out the font-weight even if you put it back in through the HTML editor.
@Kelvin_Dean You can still get the lighter font by using style="font: lighter 1rem Lato, sans serif" and thanks for the tip in using lighter font weight "in credits" for some contrast.
Cheers - Shar ⭐
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.