123456789101112131415161718192021222324252627282930 |
- @font-face {
- font-family: "clockFont";
- src: url('alarm clock.ttf');
- font-weight: normal;
- font-style: normal;
- }
- @font-face {
- font-family: "DS1Font";
- src: url('DS-DIGI-1.ttf');
- font-weight: normal;
- font-style: normal;
- }
- @font-face {
- font-family: "DS2Font";
- src: url('DS-DIGIB-2.ttf');
- font-weight: normal;
- font-style: normal;
- }
- @font-face {
- font-family: "DS3Font";
- src: url('DS-DIGII-3.ttf');
- font-weight: normal;
- font-style: normal;
- }
- @font-face {
- font-family: "DS4Font";
- src: url('DS-DIGIT-4.ttf');
- font-weight: normal;
- font-style: normal;
- }
|