gfonts icon indicating copy to clipboard operation
gfonts copied to clipboard

use_font default selector issue

Open adamcohen3 opened this issue 1 year ago • 2 comments

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"))

adamcohen3 avatar Jun 21 '23 21:06 adamcohen3