p {
letter-spacing: 20px;
word-spacing: 20px;
font-size: 20px;
font-style: normal;
font-style: italic;
font-style: oblique;
font-family: "微软雅黑","华文彩云";
font: 100px "华文彩云"; /* font size must be the last second one, and font family need to be the last one */
font: bold italic 100px "华文彩云";
text-indent: 80px;
text-align: left; /* horizontal alignment: center right */
vertical-align: top; /* bottom top baseline middle */
line-height: 100px; /* normally set 1.5em ~ 2.0em */
}
September 24, 2024Less than 1 minute