Skip to content

Commit

Permalink
Merge pull request #121 from Fox32/master
Browse files Browse the repository at this point in the history
Upgrade font awesome to the latest version
  • Loading branch information
LisaFC authored Aug 15, 2019
2 parents ff96908 + d413a68 commit 929f25a
Show file tree
Hide file tree
Showing 19 changed files with 8,894 additions and 3,828 deletions.
2 changes: 1 addition & 1 deletion assets/scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $enable-shadows: true;

// Theme flags.

$td-enable-google-fonts: true;
$td-enable-google-fonts: true !default;

// Theme colors

Expand Down
6 changes: 3 additions & 3 deletions assets/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

@import "../vendor/bootstrap/scss/bootstrap";

@import "../vendor/Font-Awesome//web-fonts-with-css/scss/fontawesome.scss";
@import "../vendor/Font-Awesome//web-fonts-with-css/scss/fa-solid.scss";
@import "../vendor/Font-Awesome//web-fonts-with-css/scss/fa-brands.scss";
@import "../vendor/Font-Awesome/scss/fontawesome.scss";
@import "../vendor/Font-Awesome/scss/solid.scss";
@import "../vendor/Font-Awesome/scss/brands.scss";

@import "support/utilities";
@import "colors";
Expand Down
2 changes: 1 addition & 1 deletion assets/vendor/Font-Awesome
Submodule Font-Awesome updated 10187 files
2 changes: 1 addition & 1 deletion layouts/partials/scripts.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<script src="{{ $js.RelPermalink }}"></script>
{{ else }}
{{ $js := $js | minify | fingerprint }}
<script src="{{ $js.RelPermalink }}" integrity="{{ $js.Data.Integrity }}"></script>
<script src="{{ $js.RelPermalink }}" integrity="{{ $js.Data.Integrity }}" crossorigin="anonymous"></script>
{{ end }}
{{ partial "hooks/body-end.html" . }}
Binary file modified static/webfonts/fa-brands-400.eot
Binary file not shown.
4,572 changes: 3,446 additions & 1,126 deletions static/webfonts/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 modified static/webfonts/fa-brands-400.ttf
Binary file not shown.
Binary file modified static/webfonts/fa-brands-400.woff
Binary file not shown.
Binary file modified static/webfonts/fa-brands-400.woff2
Binary file not shown.
Binary file modified static/webfonts/fa-regular-400.eot
Binary file not shown.
1,264 changes: 798 additions & 466 deletions static/webfonts/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 modified static/webfonts/fa-regular-400.ttf
Binary file not shown.
Binary file modified static/webfonts/fa-regular-400.woff
Binary file not shown.
Binary file modified static/webfonts/fa-regular-400.woff2
Binary file not shown.
Binary file modified static/webfonts/fa-solid-900.eot
Binary file not shown.
6,874 changes: 4,644 additions & 2,230 deletions static/webfonts/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 modified static/webfonts/fa-solid-900.ttf
Binary file not shown.
Binary file modified static/webfonts/fa-solid-900.woff
Binary file not shown.
Binary file modified static/webfonts/fa-solid-900.woff2
Binary file not shown.

0 comments on commit 929f25a

Please sign in to comment.