Skip to content

谷歌浏览器默认最小字体是12px

通过缩放

css
.small-font {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
}