1. body {
  2. font: font-style font-weight font-size/line-height font-family;
  3. /* font: 风格 粗细 大小/行高 类型 */
  4. }

特点

  • 样式属性有顺序
  • 必须保留font-sizefont-family属性,否则不起作用