Merge pull request #168 from drola/master

fix: Fixed capitalization in smallCaps example
This commit is contained in:
Matthew Griffith 2020-02-15 17:06:18 -05:00 committed by GitHub
commit 1087e6e744
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -376,9 +376,9 @@ type alias Variant =
{-| You can use this to set a single variant on an element itself such as:
el
[ Font.variant Font.smallcaps
[ Font.variant Font.smallCaps
]
(text "rendered with smallcaps")
(text "rendered with smallCaps")
**Note** These will **not** stack. If you want multiple variants, you should use `Font.variantList`.