.onLoad <- function(...) {
if (stringr::str_detect(systemfonts::match_fonts("Fira Sans Condensed")$path, "FiraSansCondensed")) {
systemfonts::register_variant(
name = "Fira Sans Condensed Semibold",
family = "Fira Sans Condensed",
weight = c("normal", "semibold")
)
systemfonts::register_variant(
name = "Fira Sans Condensed Medium",
family = "Fira Sans Condensed",
weight = c("normal", "medium")
)
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.