Change Fontawesome version

Hi

I am using version 1.0.3 of shiny... but I would like to have access to the new icons for the Fontawesome 5 library. For various reasons mainly linked to app re-qualification/validation, I cannot upgrade easily the version of shiny that serves my apps.
So my question is the following: is there a way one can override the Fontawesome target set by shiny using some js/web code?

Thanks

1 Like

Adding the following to the ui.R function does the trick... apparently

tags$style("@import url(https://use.fontawesome.com/releases/v5.7.2/css/all.css);")
3 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.