Changing fonts in ggplot2

You just missed an initialization step I think. You can see what fonts you have available with the command windowsFonts(). For example mine looks like this when I started looking at this: > windowsFonts() $serif [1] “TT Times New Roman” $sans [1] “TT Arial” $mono [1] “TT Courier New” After intalling the package extraFont and … Read more