Description Usage Arguments Value Examples
View source: R/reconfigure-font.R
Create an complete, alternate font family with the same customized features
1 2 3 4 5 6 7 8 9 |
family |
font family name |
width |
font width (defaults to "normal") |
ligatures, letters, numbers |
See |
prefix |
string to use as a prefix to the names of the newly generated font family. If not specified, a guaranteed unique identifier will be used. |
... |
Extra four-letter font feature flags passed on to |
list with names of all the customized font family members. A family
attribute is included which is the name of the family this variant is
based on.
1 2 3 4 5 6 7 8 | reconfigure_font(
family = "Inter",
width = "normal",
ligatures = "discretionary",
calt = 1, tnum = 1, case = 1,
dlig = 1, ss01 = 1, kern = 1,
zero = 0, salt = 0
) -> inter_1
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.