Skip to contents

Register members of a font family as their own families

Register style variants of a font as their own families. Slightly modified version of function from Junebug package Copyright 2020 June Choe

Usage

font_setup(family, verbose = FALSE)

font_setup(family, verbose = FALSE)

Arguments

family

The font family

verbose

Whether to print newly registered font families in a message

Examples

if (FALSE) { # \dontrun{
font_setup(family = "Metropolis")
} # }

if (FALSE) { # \dontrun{
font_setup(family = "Font Awesome 5 Free")
} # }