Home | History | Annotate | Download | only in css

Lines Matching refs:variant

1706         // [ [ 'font-style' || 'font-variant' || 'font-weight' ]? 'font-size' [ / 'line-height' ]?
3083 // [ 'font-style' || 'font-variant' || 'font-weight' ]? 'font-size' [ / 'line-height' ]? 'font-family'
3089 // optional font-style, font-variant and font-weight
3100 if (font->variant)
3102 font->variant = CSSPrimitiveValue::createIdentifier(id);
3149 if (!font->variant)
3150 font->variant = CSSPrimitiveValue::createIdentifier(CSSValueNormal);