regular.css 547 B

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