css font缩写总结附实例

font的缩写,如果省略family,
如这样子:
font:700 14px/22px;
则在Firefox下是不生效的
完整的写法是:font:700 14px/22px arial;