Site Styles font size change affects the font size in other platforms

Question:
Is anyone facing issue with “Site Style” option? I want to set certain font size to Desktop and mobile version but on changing the font size in Mobile, the font size in Desktop gets changed automatically. Although there is a text override feature, the main problem happens when using CMS in table, where again I cannot override the font size but have to rely on the Rich Text box option where it picks up the font from the Site Styles.

Product:
Wix Studio Editor

What are you trying to achieve:
Creating a table with CMS with one column as Rich Text box. This picks up the fonts as set in Site Styles but the mobile version font is small. On changing the font in mobile version, in the set styles option, it changes the font in desktop version, which messes up the whole website layout. Requesting for a feature where atleast the font size is disjointed between all the platforms.

Hi.
There’s a html property for text element which can retrieve text values from rich text and content (CMS) field to only show the texts.
$w("#mytext).html = datasetvariable.fieldkey;
When using html property, you can wrap html tag like

too.