# NOT RUN {
data <- iris[10:29, ]
## Default 'Poppins' font from Google Fonts
reactable(data) %>%
google_font()
## Apply styles to fonts
reactable(data) %>%
google_font("Roboto Mono", font_weight = 500, font_style = "italic")
# }
Run the code above in your browser using DataLab