文本大小调整:DIV中无(宽度100%)

时间:2015-03-23 09:46:05

标签: html css css3 webkit

我在移动设备上重新调整文本大小时遇到​​问题。在具有实体大小的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;

0 个答案:

没有答案