Skip to content

Commit

Permalink
SCHOLAR-17 Upgrade to FA 5.15.4, load solid icon set
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmcd75 authored and JacobSanford committed Jul 10, 2023
1 parent b5dea87 commit b54fb07
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build/src/themes/custom/styles/_global-styles.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// Add any global css for the theme here

// Font Awesome 4.x CDN.
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
// Font Awesome 5.x CDN.
@import url("https://use.fontawesome.com/releases/v5.15.4/css/solid.css");
@import url("https://use.fontawesome.com/releases/v5.15.4/css/fontawesome.css");
// Imports the base global style
@import '../../../styles/_global-styles.scss';
@import '../../../styles/_vendor.scss';
Expand Down

0 comments on commit b54fb07

Please sign in to comment.