Skip to content

Commit

Permalink
#7: Update font awesome 5.x version CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
laryn authored Sep 1, 2020
1 parent 6036029 commit 2324e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion font_awesome.module
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function font_awesome_init() {
backdrop_add_css('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css', $options);
break;
case 'v5':
backdrop_add_css('https://use.fontawesome.com/releases/v5.2.0/css/all.css', $options);
backdrop_add_css('https://use.fontawesome.com/releases/v5.14.0/css/all.css', $options);
break;
}
}
Expand Down

0 comments on commit 2324e26

Please sign in to comment.