-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbundesserifweb.css
28 lines (28 loc) · 1.75 KB
/
bundesserifweb.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
@font-face {
font-family: "bundesserifweb";
src: url('https://www.zoll.de/static/fonts/BundesSerifWeb-Regular.eot');
src: url('https://www.zoll.de/static/fonts/BundesSerifWeb-Regular.eot?#iefix') format('embedded-opentype'), url('https://www.zoll.de/static/fonts/BundesSerifWeb-Regular.woff') format('woff'), url('https://www.zoll.de/static/fonts/BundesSerifWeb-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "bundesserifweb";
src: url('https://www.zoll.de/static/fonts/BundesSerifWeb-Bold.eot');
src: url('https://www.zoll.de/static/fonts/BundesSerifWeb-Bold.eot?#iefix') format('embedded-opentype'), url('https://www.zoll.de/static/fonts/BundesSerifWeb-Bold.woff') format('woff'), url('https://www.zoll.de/static/fonts/BundesSerifWeb-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: "bundesserifweb";
src: url('https://www.zoll.de/static/fonts/BundesSerifWeb-BoldItalic.eot');
src: url('https://www.zoll.de/static/fonts/BundesSerifWeb-BoldItalic.eot?#iefix') format('embedded-opentype'), url('https://www.zoll.de/static/fonts/BundesSerifWeb-BoldItalic.woff') format('woff'), url('https://www.zoll.de/static/fonts/BundesSerifWeb-BoldItalic.ttf') format('truetype');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: "bundesserifweb";
src: url('https://www.zoll.de/static/fonts/BundesSerifWeb-Italic.eot');
src: url('https://www.zoll.de/static/fonts/BundesSerifWeb-Italic.eot?#iefix') format('embedded-opentype'), url('https://www.zoll.de/static/fonts/BundesSerifWeb-Italic.woff') format('woff'), url('https://www.zoll.de/static/fonts/BundesSerifWeb-Italic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}