Upgrade Font Awesome to 4.5.0

This commit is contained in:
Joe Cheng
2015-12-23 11:00:24 -08:00
parent d96217d49a
commit e867dcfdb1
9 changed files with 105 additions and 30 deletions

View File

@@ -1339,7 +1339,7 @@ icon <- function(name, class = NULL, lib = "font-awesome") {
# font-awesome needs an additional dependency (glyphicon is in bootstrap)
if (lib == "font-awesome") {
htmlDependencies(iconTag) <- htmlDependency(
"font-awesome", "4.4.0", c(href="shared/font-awesome"),
"font-awesome", "4.5.0", c(href="shared/font-awesome"),
stylesheet = "css/font-awesome.min.css"
)
}