We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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")
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"))
use_font("montserrat", "www/css/montserrat.css", selector = c("div","h3","h4"))
The text was updated successfully, but these errors were encountered:
Hello, Are you using this in rmarkdown or in a shiny app ? Do you use a custom theme with bslib ?
Sorry, something went wrong.
In a shiny app. I haven't set any custom themes, but I am using Shinydashboard. I'm unsure if it applies custom theming.
No branches or pull requests
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"))
The text was updated successfully, but these errors were encountered: