gfonts
gfonts copied to clipboard
use_font default selector issue
Thank you for making this package available. I had one small issue.
This did not apply the font to the entire page.
use_font("montserrat", "www/css/montserrat.css")
I had to modify to this:
use_font("montserrat", "www/css/montserrat.css", selector = c("div","h3","h4"))