R Shiny: how to use fontawesome pro version with the icon function?
问题 I'm using fontawesome icons throughout my Shiny app via the icon function. I've downloaded the pro version of fontawesome, and used the instructions here: shinydashboard some Font Awesome Icons Not Working to replace the free version that Shiny is using by default (inside shiny\www\shared\font-awesome ) with my paying version. This works very well locally, and all the pro icons show in my app. However, when I deploy to shinyapps.io , it seems like Shiny goes back to using the default version.