跳到内容(1) Cob.com.cn

CodeCoke

CSS2.0中文手册·font-stretch

您的位置:首页>>教程>>CSS2.0中文手册>>font-stretch

font-stretch

版本:CSS2  兼容性:NONE 继承性:有

语法:

参数:

  1. normal : 不应用拉伸变形
  2. narrower : 使用比当前设置的值导致字体宽度更小的值
  3. wider : 使用比当前设置的值导致字体宽度更大的值

说明:

示例:

p { font-stretch: wider; }

p { font-stretch: ultra-expanded; }