CSDN-markdown editor to modify the font

  How to modify the font type, font size and color of the CSDN-markdown editor.

1. Modify the format and effect

<font face="黑体">我是黑体字</font>
<font face="微软雅黑">我是微软雅黑</font>
<font face="STCAIYUN">我是华文彩云</font>
<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>

I am boldface
I am Microsoft Yahei
I am Huawen Caiyun
color=#0099ff size=72 face="
Heibody " color=#00ffff
color=gray

2. Modify the font

  In the face = "" double quotes here to write what you want to modify the font
can be:
Microsoft elegant black
blackbody
Chinese Choi Wan (STCAIYUN)

3. Modify the color

  color=
The color here can use a known color name, or a hexadecimal color value

Here are some common color names and hexadecimal color values

Insert picture description here

Insert picture description here
Insert picture description here

4. Modify the font size

size=

The browser defaults to 3

Guess you like

Origin blog.csdn.net/qq_43403759/article/details/113551356