字体原因导致加粗显示效果差

即便font-weight设置值到900仍然看着不够粗时,使用如下:

font-weight: 900;
-webkit-text-stroke: 0.2px;

调整-webkit-text-stroke的值即可再次加粗。