How to change the default font size in ggplot2 December 28, 2022 by Tarik Use theme_set() theme_set(theme_gray(base_size = 18)) qplot(1:10, 1:10)