|
1234567891011121314151617181920212223242526272829303132333435 |
-
- @font-face {
- font-family: "DIN";
- src: url('DIN-Black.otf?t=1713509940151') format('opentype');
- font-weight: 900;
-
- font-style: normal;
- }
-
-
- @font-face {
- font-family: "DIN";
- src: url('DIN-Bold.otf?t=1713509940151') format('opentype');
- font-weight: bold;
-
- font-style: normal;
- }
-
-
- @font-face {
- font-family: "DIN";
- src: url('DIN-Light.otf?t=1713509940151') format('opentype');
- font-weight: normal;
-
- font-style: normal;
- }
-
-
- @font-face {
- font-family: "DIN";
- src: url('DIN-Medium.otf?t=1713509940151') format('opentype');
- font-weight: 500;
-
- font-style: normal;
- }
|