36 lines
1.1 KiB
SCSS
36 lines
1.1 KiB
SCSS
/* ------------------ font-face-Deklarationen ------------------------------- */
|
|
|
|
|
|
/* DIN light und bold */
|
|
|
|
@font-face {
|
|
font-family: 'dinlight';
|
|
src: url('fonts/e39ef3e7-91b2-45d0-8c2f-cfdcd0c0ab94.woff2') format('woff2'), url('fonts/25df6f92-ec41-4f60-91af-bddc19a3adc2.eot?#iefix') format('eot');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'dinregular';
|
|
src: url('fonts/6ceed230-b2b3-4422-b048-4aa11687430a.woff2') format('woff2'), url('fonts/9b63158c-0e74-4751-966c-d749c5d31cce.eot?#iefix') format('eot');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'dinmedium';
|
|
src: url('fonts/398e3e8c-3bf0-4af1-9791-f426a7992711.woff2') format('woff2'), url('fonts/90744ee6-df8b-4daf-924d-e84a33fa139c.eot?#iefix') format('eot');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'dinbold';
|
|
src: url('fonts/55fa1cf8-baf8-4bf8-9718-b096b1dd231f.woff2') format('woff2'), url('fonts/9cab3d10-a1a9-4145-ab8a-cde6265a011d.eot?#iefix') format('eot');
|
|
}
|
|
|
|
|
|
/*------------- Schriftauszeichnungen ---------------------------------------*/
|
|
|
|
body {
|
|
font-family: 'dinlight';
|
|
}
|
|
|
|
strong {
|
|
font-family: 'dinbold';
|
|
font-weight: normal;
|
|
} |