How to modify the font and color of CSDN

Original link : https://blog.csdn.net/YZY_001/article/details/85257905

Font, font size and color

<font face="黑体">我是黑体字</font>
<font face="微软雅黑">我是微软雅黑</font>
<font face="STCAIYUN">我是华文彩云</font>
strong标签<strong>加粗</strong>
B标签<b>加粗</b>
h加粗标签<h1><font face="Arial black">A heading</font></h1>
<font color=#0099ff size=7 face="黑体">color=#0099ff size=72 face="黑体"</font>
<font color=#00ffff size=72>color=#00ffff</font>
<font color=gray size=72>color=gray</font>
<h1 style="color:blue;text-align:center">This is a header</h1>

See the original text for color reference

Save it just to take a note for later review

Guess you like

Origin blog.csdn.net/qq_44111597/article/details/108361706