123456789101112131415161718192021222324252627 |
- @font-face {
- font-family: "DS";
- src: url(./DS-DIGI.TTF);
- font-weight: normal;
- font-style: normal;
- }
- @font-face {
- font-family: "DS-B";
- src: url(./DS-DIGIB.TTF);
- font-weight: normal;
- font-style: normal;
- }
- @font-face {
- font-family: "DS-BB";
- src: url(./DS-DIGII.TTF);
- font-weight: normal;
- font-style: normal;
- }
- @font-face {
- font-family: "DS-BS";
- src: url(./DS-DIGITS.TTF);
- font-weight: normal;
- font-style: normal;
- }
|