Hey,
I've been kind of stumped on how to resize the font of rich text in HTML Textbox from a SharePoint column (Course description) to fit the font size of the rest of the data on the same screen.

The only thing I can think of is utilizing PowerApps replace function to replace the "font-size:*pt" section of the html script (where * is the font size number which depends on the data from the SharePoint) however I am unaware if the replace function has a wildcard feature that some programming languages have.
I don't want to use the RichTextEditor because the toolbar is too obtrusive (unless someone knows how to hide it?) and my stakeholder will reject it.
The varying font size is needed in a different part of the process that the stakeholder is unwilling to budge on either (e.g. generating emails etc.). However the text in one record will be consistent (e.g. in the photo above the rich text is currently 11pt however in another record it will be 18pt etc.)
TDLR; I need a solution to override the font size of the HTML Textbox which will display record data from a rich text column with inconsistent font sizing