font.css 361 B

1234567891011121314151617181920
  1. @font-face {
  2. font-family: 'Tac';
  3. src: url(TacticRound-Reg.ttf);
  4. font-weight: 400;
  5. font-style: normal;
  6. }
  7. @font-face {
  8. font-family: 'Tac';
  9. src: url(TacticRound-Med.ttf);
  10. font-weight: 700;
  11. font-style: normal;
  12. }
  13. @font-face {
  14. font-family: 'Tac';
  15. src: url(TacticRound-Bld.ttf);
  16. font-weight: 900;
  17. font-style: normal;
  18. }