问答详情
源自:10-6 偷个懒 - font样式的简写方式

一定要按答案的顺序写么

换了顺序,就不是都作用了,比如把斜体往后放,就没反应了

提问者:慕少7141700 2020-05-25 22:16

个回答

  • 慕工程8478825
    2021-01-05 14:49:35

    font-style|font-varint|font-weight|font-size|font-height|font-family

  • qq_故梦_12
    2020-07-23 15:43:16

    533e4c3300019caf02000200-40-40.jpg俊俊田甜

    如果用 font 属性的话,就可以把几个样式进行简化,减少书的情况;font 属性的值应按以下次序书写(各个属性之间用空格隔开):

    顺序:font-style | font-variant | font-weight | font-size | line-height | font-family


    1. 必须按照这个顺序写font-style | font-variant | font-weight | font-size | line-height | font-family

    2. 再者就是注意 要以这个font简写的方式写的话 必须有 font-size和font-family 这两个属性才可以生效

  • 慕码人3621739
    2020-05-26 16:54:38

    顺序:font-style | font-variant | font-weight | font-size | line-height | font-family

  • 俊俊田甜
    2020-05-26 11:41:48

    顺序不能改变.这种简写方法只有在同时指定font-size和font-family属性时才起作用。而且,如果你没有设定font-weight, font-style, 以及 font-varient ,他们会使用缺省值

  • 俊俊田甜
    2020-05-26 11:40:58

    如果用 font 属性的话,就可以把几个样式进行简化,减少书的情况;font 属性的值应按以下次序书写(各个属性之间用空格隔开)

     

    顺序:font-style | font-variant | font-weight | font-size | line-height | font-family