CSDN blog font style, font size, font color, first line indent adjustment

1. Font style adjustment

1.<font face="微软雅黑">微软雅黑</font>
2.<font face="华文琥珀">华文琥珀</font>
3.<font face="华文隶书">华文隶书</font>
4.<font face="华文行楷">华文行楷</font>
5.<font face="华文新魏">华文新魏</font>
6.<font face="Cambria">Cambria</font>
7.<font face="Corbel">Corbel</font>
8.<font face="Calibri">Calibri</font>
  1. Microsoft Yahei
  2. Chinese Amber
  3. Chinese official script
  4. Chinese Xingkai
  5. Huawen Xinwei
  6. Cambria
  7. Corbel
  8. Calibri

The font style adjustment can be adjusted according to the above method, the code in the code and the display result below are one-to-one correspondence, there are many of this font, you can fill in as needed.

2. Font size adjustment

<font face="楷体" size=1>字号1</font>
<font face="楷体" size=2>字号2</font>
<font face="楷体" size=3>字号3</font>
<font face="楷体" size=4>字号4</font>
<font face="楷体" size=5>字号5</font>

1. Font size 1

2. Font size 2

3. Font size 3

4. Font size 4

5.Font size 5

3. Font color adjustment

<font face="楷体" size=4 color=#3df13b>绿色</font>
<font face="楷体" size=4 color=blue>蓝色</font>
<font face="楷体" size=4 color=#d70f16>红色</font>
<font face="楷体" size=4 color=#f68737>橙色</font>

Green,
blue,
red,
orange
. You can write familiar words directly in the colors, or you can check the RGB color comparison and fill in the color number.

4. Indent the first line

&nbsp;&nbsp;&nbsp;&nbsp能缩进四分之一个汉字大小
&ensp;&ensp;能缩进二分之一个汉字大小。
&emsp;&emsp;能缩进一个汉字大小。

    Can be indented by a quarter of a Chinese character size
for comparison

  Can be indented by one-half the size of a Chinese character.
Unrestricted comparison

It can be indented to the size of one Chinese character.
Unrestricted comparison

  Mastering these blogging tips can make our blog content look richer. If you see some other tips on this blog, please leave a message.

Guess you like

Origin blog.csdn.net/AnameJL/article/details/113064398