我在移动设备上重新调整文本大小时遇到问题。在具有实体大小的DIV中,宽度是可以的,但在DIV的宽度为100%的情况下,参数text-size-adjust不起作用。如何关闭文本重新调整大小?
我用过这个:
html {
text-size-adjust: none !important;
-webkit-text-size-adjust: none !important;
-moz-text-size-adjust: none !important;
-ms-text-size-adjust: none !important;
}
body {
font-family: 'Fira Sans', sans-serif;
font-size: 14px;
font-weight: 400;
color: rgb(80,80,80);
line-height: 19px;
.letter {
width: 100%;
position: relative;