Register the IBM Plex Sans Condensed font files contained in the package with the OS font system. Wrapper around `systemfonts::register_font()`. Useful in situations where you cannot install fonts into the system font location, e.g. on CI systems.
register_plexsans_condensed(
family = "IBM Plex Sans Condensed",
features = NULL,
warn = TRUE
)TRUE if a font was successfully registered, FALSE otherwise. Called for side effects.
register_plexsans_condensed("ibmps")