您可以在单独的CSS文件中使用CSS,如下所示:
.wpd-custom-text{
color: #f44242;
font-family: "Times New Roman", Times, serif;
font-size: 15px;
font-weight: 900;
}
或者像这样内联:
<div class=\'wpd-custom-text\' style="color:#f44242; font-family: \'Arial\', \'Helvetica\', sans-serif; font-size: 15px; font-weight: 900;">the comment added here is by the author and my website doesn\'t have any take on this .. </div>
根据站点可用的web字体,只需更改字体系列、字体大小和字体重量值。