突破浏览器限制字体大小不能低于12px的限制

p: {
    font-size: 12px;
    -webkit-transform: scale(0.75);  //缩小
}
原文地址:https://www.cnblogs.com/MrZhujl/p/11586267.html