powered by
Builds Google Fonts URL from family name. Extra weights are given in the ... parameters. Languages can be specified in langauges and must one or more of the language codes as given by google_language_codes().
...
langauges
google_language_codes()
google_font(family, ..., languages = NULL)
Font family
Font weights to include, example "400", "400i"
Font languages to include (dependent on the font.) See google_language_codes().
# NOT RUN { google_font("Josefin Sans", "400", "400i", "600i", "700") google_font("Josefin Sans", languages = c("latin-ext", "vietnamese")) # }
Run the code above in your browser using DataLab