You need to install the TT Hoves font locally to use the CORI theming.
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()`.