Skip to content

Commit

Permalink
Merge pull request #70 from BaankeyBihari/Fontawesome-5
Browse files Browse the repository at this point in the history
Font-Awesome 5
  • Loading branch information
kelyvin authored Jan 6, 2019
2 parents a701bee + e954a14 commit ddb46d0
Show file tree
Hide file tree
Showing 28 changed files with 4,518 additions and 2,688 deletions.
2 changes: 1 addition & 1 deletion assets/css/caffeine-theme.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.
1,260 changes: 1,260 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.
471 changes: 471 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.
2,763 changes: 2,763 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 assets/js/caffeine-theme.js

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion assets/scss/modules/_fonts.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Optimize css delivery
// @import url(https://fonts.googleapis.com/css?family=Raleway:400,700|Roboto+Slab:300,400);
@import '../../../node_modules/font-awesome/scss/font-awesome.scss';
@import '../../../node_modules/\@fortawesome/fontawesome-free/scss/fontawesome.scss';
@import '../../../node_modules/\@fortawesome/fontawesome-free/scss/brands.scss';
@import '../../../node_modules/\@fortawesome/fontawesome-free/scss/regular.scss';
@import '../../../node_modules/\@fortawesome/fontawesome-free/scss/solid.scss';
@import '../../../node_modules/\@fortawesome/fontawesome-free/scss/v4-shims.scss';
3 changes: 3 additions & 0 deletions assets/scss/modules/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ $font-h4 : $font-h3 * 0.85;
$font-h5 : $font-h4 * 0.85;
$font-h6 : $font-h5 * 0.85;

/* FONT-AWESOME 5 */
$fa-font-path: "../fonts";

/* ASIDE */

$animation-time : 350ms;
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ src = {
},
fonts: {
files: [
"node_modules/font-awesome/fonts/**.*"
"node_modules/\@fortawesome/fontawesome-free/webfonts/**.*"
],
dest: "assets/fonts"
}
Expand Down
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,16 @@
"gulp-sass": "^4.0.1",
"gulp-strip-css-comments": "1.2.0",
"gulp-uglify": "^3.0.1",
"underscore.string": "3.3.4"
"underscore.string": "^3.3.5"
},
"engines": {
"node": "^8.9.4"
},
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.6.3",
"bourbon": "^4.2.7",
"fitvids": "^2.0.0",
"font-awesome": "^4.7.0",
"fontfaceobserver": "^2.0.13",
"ghosthunter": "git://github.com/jamalneufeld/ghostHunter.git",
"prismjs": "^1.15.0",
Expand Down

0 comments on commit ddb46d0

Please sign in to comment.