I have a around 10 Multiple of text Enhanced rich text renders column in SharePoint which renders differently on Powerapps font wise. The font size and font family differs for each question.
May i know why this happens and how to standardize this on Powerapps side?
I noticed on the SharePoint side, some columns have different font family. I updated the fonmt family on SharePoint for all 10 columns but still the issue exists. May i know how to resolve this?
This is because of Enhanced rich text in SharePoint is stored as HTML. Power Apps applications renders that HTML using its own renderer + its own default font rules.
If your columns contain inline HTML styling (e.g., <span style="font-family:...; font-size:...">), Power Apps will respect that inline styling—so each question can end up with a different font even if you standardized the SharePoint UI formatting afterward.
✅If thishelped, pleaseAccept as Solutionto help others ❤️ ALikeis appreciated 🏷️ Tag@MS.Ragavendarfor follow-ups.
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.