Skip to contents

You need to install the TT Hoves font locally to use the CORI theming.

Usage

cori_font

tthoves_install()

tthoves_test()

load_fonts()

Format

An object of class character of length 1.

Details

  • tthoves_test() tests to see if the TT Hoves font is imported and registered.

  • tthoves_install() registers the TT Hoves font for use in R.

Examples

cori_font
#> [1] "TT Hoves"
try(tthoves_test())
#> Error in tthoves_test() : TT Hoves font is not imported and registered.
#>  Install the font on your computer.
#>  Import and register using `tthoves_install()`.