css font-size-adjust使用方法
語法:
font-size-adjust : none | number
參數(shù):
none : 允許字體序列中每一字體遵守它的自己的尺寸
number : 為字體序列中所有字體強(qiáng)迫指定同一尺寸
說明:
設(shè)置或檢索用于對(duì)象中文本的字體名稱序列是否強(qiáng)制使用同一尺寸。
目前IE5.5尚不支持此屬性。
對(duì)應(yīng)的腳本特性為fontSizeAdjust。請(qǐng)參閱我編寫的其他書目。
示例:
p { font-family: arial, courier; font-size-adjust: none; }
p { font-family: verdana, courier; font-size-adjust: .56; }
作者:大學(xué)生新聞網(wǎng) 來源:大學(xué)生新聞網(wǎng)
發(fā)布時(shí)間:2025-03-21 閱讀:
- css font-stretch使用方法
- font-stretch : normal | narrower | wider | ultra-condensed | extra-condensed
- 03-21 關(guān)注:0
- css font字體使用方法
- font : font-style || font-variant || font-weight || font-size || line-height || font-family
- 03-21 關(guān)注:0
- CSS 顏色名
- HTML 和 CSS 顏色規(guī)范中定義了 147 中顏色名(17 種標(biāo)準(zhǔn)顏色加 130 種其他顏色)。下面的表格中列出了所有這些顏色,以及它們的十六進(jìn)
- 03-21 關(guān)注:0
- CSS 合法顏色值
- 可以用以下方法來規(guī)定 CSS 中的顏色
- 03-21 關(guān)注:0