List all fonts installed on your system
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, ]
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.