R Shiny server not rendering correct ggplot font family
I'm trying to apply a nice font to a ggplot rendered in a Shiny app. Setting the desired font in RStudio (on the same server) using family="[fontname]" works correctly. Here a "serif" font family has been requested: Image of correct ggplot font family rendering in rstudio However, when ggplot is then embedded in the Shiny renderPlot({}) function, the font family doesn't change from the default. Here the same "serif" font family has been requested: Image of incorrect ggplot font family rendering in Shiny app Changes to the font size and font face (bold, italic) work as expected. I've checked