inbo / INBOmd

An R package with a collection of RMarkdown styles and templates. Elaborate examples are available at https://github.com/inbo/INBOmd_examples
https://inbo.github.io/INBOmd
GNU General Public License v3.0
11 stars 2 forks source link

changing font-family of INBOtheme to Calibri in INBO rapport template #55

Closed ToonHub closed 4 years ago

ToonHub commented 4 years ago

The INBO rapport template attempts to change the font-family of INBOtheme to Calibri. This does not work in a windows OS. Following code should be added to make it work:

library(extrafont) font_import() : this should only be run once and takes a while... loadfonts(device = "win", quiet = TRUE)

Should we add the code to the template?

ThierryO commented 4 years ago

We added it to the README in e3750fbfe1e4695aa112913500aa5dd69a7a90d8