update styles

This commit is contained in:
Christian Seyfferth 2020-09-12 19:17:28 +02:00
parent 1c9cd0f799
commit e45b3df5fa
6 changed files with 2227 additions and 1090 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,36 @@
/* ------------------ 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;
}

View File

@ -1,3 +0,0 @@
.myclass {
background-color: green;
}

View File

@ -0,0 +1 @@
@import 'fonts';

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff