Share via


2.1.2 [CSS3Fonts:2018] Section 3.7. Shorthand font property: the font property

V0011: The inherit value can be mixed with other sub-values

The specification states:

 3.7. Shorthand font property: the font property
  
         Name:               font 
         Value:              [[ <‘font-style’> || <font-variant-css21> || <‘font-weight’>
                             || <‘font-stretch’> ]?<‘font-size’> [ / <‘line-height’> ]?
                             <‘font-family’> ] | caption | icon | menu | message-box |
                             small-caption | status-bar

EdgeHTML Mode

The inherit value can be mixed with other sub-values, for example:

    font: 40px inherit;