Skip to content

Commit

Permalink
Upgrading font awesome to 5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
brujoand authored and kinow committed Mar 20, 2020
1 parent c281a1f commit a8bc48b
Show file tree
Hide file tree
Showing 26 changed files with 13,422 additions and 2,744 deletions.
Binary file removed templates/project/assets/fonts/FontAwesome.otf
Binary file not shown.
Binary file added templates/project/assets/fonts/fa-brands-400.eot
Binary file not shown.
3,496 changes: 3,496 additions & 0 deletions templates/project/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 templates/project/assets/fonts/fa-brands-400.ttf
Binary file not shown.
Binary file added templates/project/assets/fonts/fa-brands-400.woff
Binary file not shown.
Binary file not shown.
Binary file added templates/project/assets/fonts/fa-regular-400.eot
Binary file not shown.
803 changes: 803 additions & 0 deletions templates/project/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 templates/project/assets/fonts/fa-regular-400.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added templates/project/assets/fonts/fa-solid-900.eot
Binary file not shown.
4,667 changes: 4,667 additions & 0 deletions templates/project/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 templates/project/assets/fonts/fa-solid-900.ttf
Binary file not shown.
Binary file added templates/project/assets/fonts/fa-solid-900.woff
Binary file not shown.
Binary file not shown.
Binary file not shown.
655 changes: 0 additions & 655 deletions templates/project/assets/fonts/fontawesome-webfont.svg

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
4,423 changes: 4,423 additions & 0 deletions templates/project/assets/stylesheets/all.css

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions templates/project/assets/stylesheets/brands.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/*!
* Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
@font-face {
font-family: 'Font Awesome 5 Brands';
font-style: normal;
font-weight: normal;
font-display: auto;
src: url("fa-brands-400.eot");
src: url("fa-brands-400.eot?#iefix") format("embedded-opentype"), url("fa-brands-400.woff2") format("woff2"), url("fa-brands-400.woff") format("woff"), url("fa-brands-400.ttf") format("truetype"), url("fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
font-family: 'Font Awesome 5 Brands'; }
Loading

0 comments on commit a8bc48b

Please # to comment.