Skip to content

Commit

Permalink
Merge pull request #85 from EnnoxHD/change-fontawesome5-css
Browse files Browse the repository at this point in the history
continue the changes to fontawesome css
  • Loading branch information
aalmiray authored Sep 9, 2020
2 parents ff1ac74 + 80093f6 commit 55d7927
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.

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

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

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* 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 Free';
font-family: 'Font Awesome 5 Free Solid';
font-style: normal;
font-weight: 900;
font-display: block;
Expand All @@ -12,5 +12,5 @@

.fa,
.fas {
font-family: 'Font Awesome 5 Free';
font-family: 'Font Awesome 5 Free Solid';
font-weight: 900; }
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
* Font Awesome Free 5.14.0 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 Free";font-style:normal;font-weight:900;font-display:block;src:url(../fonts/fa-solid-900.eot);src:url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../fonts/fa-solid-900.woff2) format("woff2"),url(../fonts/fa-solid-900.woff) format("woff"),url(../fonts/fa-solid-900.ttf) format("truetype"),url(../fonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Free";font-weight:900}
@font-face{font-family:"Font Awesome 5 Free Solid";font-style:normal;font-weight:900;font-display:block;src:url(../fonts/fa-solid-900.eot);src:url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../fonts/fa-solid-900.woff2) format("woff2"),url(../fonts/fa-solid-900.woff) format("woff"),url(../fonts/fa-solid-900.ttf) format("truetype"),url(../fonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Free Solid";font-weight:900}
Original file line number Diff line number Diff line change
Expand Up @@ -4551,29 +4551,29 @@ readers do not read off random characters that represent icons */
position: static;
width: auto; }
@font-face {
font-family: 'Font Awesome 5 Brands';
font-family: 'Font Awesome 5 Brands Regular';
font-style: normal;
font-weight: 400;
font-display: block;
src: url("../fonts/fa-brands-400.eot");
src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
font-family: 'Font Awesome 5 Brands';
font-family: 'Font Awesome 5 Brands Regular';
font-weight: 400; }
@font-face {
font-family: 'Font Awesome 5 Free';
font-family: 'Font Awesome 5 Free Regular';
font-style: normal;
font-weight: 400;
font-display: block;
src: url("../fonts/fa-regular-400.eot");
src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
font-family: 'Font Awesome 5 Free';
font-family: 'Font Awesome 5 Free Regular';
font-weight: 400; }
@font-face {
font-family: 'Font Awesome 5 Free';
font-family: 'Font Awesome 5 Free Solid';
font-style: normal;
font-weight: 900;
font-display: block;
Expand All @@ -4582,5 +4582,5 @@ readers do not read off random characters that represent icons */

.fa,
.fas {
font-family: 'Font Awesome 5 Free';
font-family: 'Font Awesome 5 Free Solid';
font-weight: 900; }

0 comments on commit 55d7927

Please sign in to comment.