@@ -56,6 +56,7 @@ module.exports = function(opts) {
56
56
extras : [ 'normal' , 'bold' ] ,
57
57
dflt : 'normal' ,
58
58
description : [
59
+ 'Sets the weight (or boldness) of the font.' ,
59
60
'See https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight' ,
60
61
] . join ( ' ' )
61
62
} ,
@@ -70,6 +71,7 @@ module.exports = function(opts) {
70
71
] ,
71
72
dflt : 'normal' ,
72
73
description : [
74
+ 'Sets whether a font should be styled with a normal, italic, or oblique face from its family.' ,
73
75
'See https://developer.mozilla.org/en-US/docs/Web/CSS/font-style' ,
74
76
] . join ( ' ' )
75
77
} ,
@@ -79,6 +81,15 @@ module.exports = function(opts) {
79
81
valType : 'string' ,
80
82
dflt : 'normal' ,
81
83
description : [
84
+ 'Set all the font variants for a font including but not limited to' ,
85
+ '*small-caps*, *all-small-caps*, *petite-caps*, *all-petite-caps*, *unicase*, *titling-caps*,' ,
86
+ '*sub*, *super*, *text*, *emoji*, *unicode*,' ,
87
+ '*ordinal*, *slashed-zero*, *ruby*' ,
88
+ '*contextual*, *no-contextual*,' ,
89
+ '*common-ligatures*, *no-common-ligatures*,' ,
90
+ '*discretionary-ligatures*, *no-discretionary-ligatures*,' ,
91
+ '*historical-ligatures*, *no-historical-ligatures*,' ,
92
+ '*historical-forms*.' ,
82
93
'See https://developer.mozilla.org/en-US/docs/Web/CSS/font-variant' ,
83
94
] . join ( ' ' )
84
95
} ,
0 commit comments