powered by
Create a list of settings for a font.
amFont(fontSize = NULL, fontWeight = "normal", fontFamily = NULL)
font size, must be given as a character string like "10px" or "2em", or a numeric value, the font size in pixels
"10px"
"2em"
font weight, it can be "normal", "bold", "bolder", "lighter", or a number in seq(100, 900, by = 100)
"normal"
"bold"
"bolder"
"lighter"
seq(100, 900, by = 100)
font family
A list of settings for a font.