Skip to content

Instantly share code, notes, and snippets.

@will-r-chase
Created May 9, 2022 00:51
Show Gist options
  • Save will-r-chase/ade5bff717a0ad6bd2dcf4dd9df0b871 to your computer and use it in GitHub Desktop.
Save will-r-chase/ade5bff717a0ad6bd2dcf4dd9df0b871 to your computer and use it in GitHub Desktop.
#using custom fonts is enabled by the ragg package
#install.packages("ragg")
library(ggplot2)
library(ragg)
##Your turn
#Take one of the charts we've made and add your own fonts to it
#Adjust the size or style of your text using theme elements
#Save your chart with the custom fonts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment