font.css 639 B

123456789101112131415161718192021222324252627282930
  1. @font-face {
  2. font-family: "clockFont";
  3. src: url('alarm clock.ttf');
  4. font-weight: normal;
  5. font-style: normal;
  6. }
  7. @font-face {
  8. font-family: "DS1Font";
  9. src: url('DS-DIGI-1.ttf');
  10. font-weight: normal;
  11. font-style: normal;
  12. }
  13. @font-face {
  14. font-family: "DS2Font";
  15. src: url('DS-DIGIB-2.ttf');
  16. font-weight: normal;
  17. font-style: normal;
  18. }
  19. @font-face {
  20. font-family: "DS3Font";
  21. src: url('DS-DIGII-3.ttf');
  22. font-weight: normal;
  23. font-style: normal;
  24. }
  25. @font-face {
  26. font-family: "DS4Font";
  27. src: url('DS-DIGIT-4.ttf');
  28. font-weight: normal;
  29. font-style: normal;
  30. }