I want to ask. The fonts in the editor are for example... <p style=font-size:14px;> aaa </p>
How to adapt fonts on the mobile terminal
My mobile phone uses rem layout
14 fonts Too small. The inline styles in the
p tag are all generated by the user using the editor. .
Modify the font setting part of the editor. When displayed, it is 14px. What is actually generated is
<p style=font-size:xxxrem;> aaa </p>