Skip to content

Commit

Permalink
knocked out the font_paths to see if issue
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismainey committed Jan 13, 2025
1 parent fd0198c commit 0a70f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/aaa_globals.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# it will be executed before any other file
.onLoad <- function(libname, pkgname){

sysfonts::font_paths()
#sysfonts::font_paths()
sysfonts::font_add_google("Open Sans", "Open Sans")
sysfonts::font_add("Arial", "arial.ttf", "arialbd.ttf", "ariali.ttf", "arialbi.ttf")
sysfonts::font_add("Calibri", "calibri.ttf", "calibrib.ttf", "calibrii.ttf", "calibriz.ttf")
Expand Down

0 comments on commit 0a70f2a

Please sign in to comment.