index.scss 478 B

123456789101112131415161718192021222324252627
  1. @font-face {
  2. font-family: "DS";
  3. src: url(./DS-DIGI.TTF);
  4. font-weight: normal;
  5. font-style: normal;
  6. }
  7. @font-face {
  8. font-family: "DS-B";
  9. src: url(./DS-DIGIB.TTF);
  10. font-weight: normal;
  11. font-style: normal;
  12. }
  13. @font-face {
  14. font-family: "DS-BB";
  15. src: url(./DS-DIGII.TTF);
  16. font-weight: normal;
  17. font-style: normal;
  18. }
  19. @font-face {
  20. font-family: "DS-BS";
  21. src: url(./DS-DIGITS.TTF);
  22. font-weight: normal;
  23. font-style: normal;
  24. }