Skip to content

Commit 3a624ab

Browse files
committed
revise variant options
1 parent dfde4b1 commit 3a624ab

File tree

2 files changed

+325
-322
lines changed

2 files changed

+325
-322
lines changed

src/plots/font_attributes.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,11 @@ module.exports = function(opts) {
8282
dflt: 'normal',
8383
description: [
8484
'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*,',
85+
'*normal*',
86+
'*sub*, *super*, *text*, *emoji*, *unicode*',
87+
'*unicase*, *titling-caps*,',
88+
'*small-caps*, *all-small-caps*,',
89+
'*petite-caps*, *all-petite-caps*,',
8790
'*ordinal*, *slashed-zero*, *ruby*',
8891
'*contextual*, *no-contextual*,',
8992
'*common-ligatures*, *no-common-ligatures*,',

0 commit comments

Comments
 (0)