brands.css 563 B

12345678910
  1. @font-face {
  2. font-family: 'Font Awesome 5 Brands';
  3. font-style: normal;
  4. font-weight: normal;
  5. font-display: auto;
  6. src: url("../fonts/webfonts/fa-brands-400.eot");
  7. src: url("../fonts/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/fa-brands-400.woff2") format("woff2"), url("../fonts/webfonts/fa-brands-400.woff") format("woff"), url("../fonts/webfonts/fa-brands-400.ttf") format("truetype"), url("../fonts/webfonts/fa-brands-400.svg#fontawesome") format("svg"); }
  8. .fab {
  9. font-family: 'Font Awesome 5 Brands'; }