Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
文字列 html があり、その中でフォントサイズとフォントタイプを変更することはできません。フォントの色を変更できます。特別なフォントの種類とサイズを使用する方法。
<![CDATA[ <font color=\"red\" size=20 ><b>Title</b></font> <p> text </p> ]]>
次のように色、サイズ、書体を設定できます。
<![CDATA[ <font color='red' size='20' face='serif'>title</font> <p>text</p> ]]>