Skip to content

Commit

Permalink
try to upgrade #22
Browse files Browse the repository at this point in the history
  • Loading branch information
MattReimer committed Mar 1, 2021
1 parent 60e8ca2 commit 7e3d19e
Show file tree
Hide file tree
Showing 25 changed files with 9,581 additions and 2,681 deletions.
2 changes: 1 addition & 1 deletion _sass/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// This grabs all our foundation settings
// @import 'motion-ui/motion-ui';
@import 'settings';
@import '../node_modules/font-awesome/scss/font-awesome';
@import '../node_modules/@fortawesome/fontawesome-free/scss/fontawesome';
@import 'github';

// Main sections
Expand Down
35 changes: 30 additions & 5 deletions assets/css/style.css

Large diffs are not rendered by default.

Binary file removed assets/fonts/FontAwesome.otf
Binary file not shown.
Binary file added assets/fonts/fa-brands-400.eot
Binary file not shown.
3,717 changes: 3,717 additions & 0 deletions assets/fonts/fa-brands-400.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/fonts/fa-brands-400.ttf
Binary file not shown.
Binary file added assets/fonts/fa-brands-400.woff
Binary file not shown.
Binary file added assets/fonts/fa-brands-400.woff2
Binary file not shown.
Binary file added assets/fonts/fa-regular-400.eot
Binary file not shown.
801 changes: 801 additions & 0 deletions assets/fonts/fa-regular-400.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/fonts/fa-regular-400.ttf
Binary file not shown.
Binary file added assets/fonts/fa-regular-400.woff
Binary file not shown.
Binary file added assets/fonts/fa-regular-400.woff2
Binary file not shown.
Binary file added assets/fonts/fa-solid-900.eot
Binary file not shown.
5,028 changes: 5,028 additions & 0 deletions assets/fonts/fa-solid-900.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/fonts/fa-solid-900.ttf
Binary file not shown.
Binary file added assets/fonts/fa-solid-900.woff
Binary file not shown.
Binary file added assets/fonts/fa-solid-900.woff2
Binary file not shown.
Binary file removed assets/fonts/fontawesome-webfont.eot
Binary file not shown.
2,671 changes: 0 additions & 2,671 deletions assets/fonts/fontawesome-webfont.svg

This file was deleted.

Binary file removed assets/fonts/fontawesome-webfont.ttf
Binary file not shown.
Binary file removed assets/fonts/fontawesome-webfont.woff
Binary file not shown.
Binary file removed assets/fonts/fontawesome-webfont.woff2
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"dependencies": {},
"devDependencies": {
"font-awesome": "4.7.0",
"@fortawesome/fontawesome-free": "5.15.2",
"foundation-sites": "6.6.3",
"jquery": "3.5.1",
"motion-ui": "2.0.3",
Expand Down
6 changes: 3 additions & 3 deletions script/foundation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ cp -fr node_modules/motion-ui/src _sass/motion-ui
rm -fr _sass/foundation-sites
cp -fr node_modules/foundation-sites/scss _sass/foundation-sites

rm -fr _sass/font-awesome
cp -fr node_modules/font-awesome/scss _sass/font-awesome
# rm -fr _sass/font-awesome
# cp -fr node_modules/@fortawesome/fontawesome-free/scss _sass/font-awesome

# Also grab the font-awesome fonts
rm -fr assets/fonts
cp -fr node_modules/font-awesome/fonts assets/fonts
cp -fr node_modules/@fortawesome/fontawesome-free/webfonts/ assets/fonts


# We only need a few JS files
Expand Down

0 comments on commit 7e3d19e

Please sign in to comment.