font_pluck | R Documentation |
Register a font variant with OpenType feature specifications
font_pluck(family, features, .name)
family |
A font family. The Regular member of the family is used as the base. |
features |
Character vector of 4-letter OpenType feature tags. See complete list of OpenType features. Unavailable font features are ignored. |
.name |
(Optional) Name of the new font family. Appends registered feature tags to the new family name by default. |
## Not run:
font_pluck(family = "Alegreya", c("lnum", "ordn"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.