at present, the page is laid out in rem, how to implement large, medium and small fonts?
at present, the page is laid out in rem, how to implement large, medium and small fonts?
adjusting font size for iOS, itself only changes the css property of body, so it can be controlled by overriding the style.
body {
-webkit-text-size-adjust: 100% !important;
}
css3 can be measured as a percentage.
just set it up.
Inner fonts use em to adjust the outermost font size than body