powered by
List all fonts installed on your system
system_fonts()
A data frame with a row for each font and various information in each column
# See all monospace fonts fonts <- system_fonts() fonts[fonts$monospace, ]
Run the code above in your browser using DataLab