Browse Source

Update fontawesome-all.css

redesign
Anxhelo Lushka 7 years ago
committed by GitHub
parent
commit
9227ccdd09
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      css/fontawesome-all.css

4
css/fontawesome-all.css

@ -2698,8 +2698,8 @@ readers do not read off random characters that represent icons */
font-family: 'Font Awesome 5 Brands'; font-family: 'Font Awesome 5 Brands';
font-style: normal; font-style: normal;
font-weight: normal; font-weight: normal;
src: url("../webfonts/fa-brands-400.eot"); src: url("../fonts/font-awesome/fa-brands-400.eot");
src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); } src: url("../fonts/font-awesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); }
.fab { .fab {
font-family: 'Font Awesome 5 Brands'; } font-family: 'Font Awesome 5 Brands'; }

Loading…
Cancel
Save