This commit is contained in:
Rhiannon Morris 2020-06-29 02:21:02 +02:00
commit cd605e3d06
6 changed files with 282 additions and 0 deletions

119
fonts/muller/muller.css Normal file
View file

@ -0,0 +1,119 @@
@font-face {
font-family: 'Muller';
src: url('Muller-Bold-webfont.eot');
src: url('Muller-Bold-webfont.eot?#iefix') format('embedded-opentype'),
url('Muller-Bold-webfont.woff2') format('woff2'),
url('Muller-Bold-webfont.woff') format('woff'),
url('Muller-Bold-webfont.ttf') format('truetype'),
url('Muller-Bold-webfont.svg#mullerbold') format('svg');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'Muller';
src: url('Muller-Bold_Italic-webfont.eot');
src: url('Muller-Bold_Italic-webfont.eot?#iefix') format('embedded-opentype'),
url('Muller-Bold_Italic-webfont.woff2') format('woff2'),
url('Muller-Bold_Italic-webfont.woff') format('woff'),
url('Muller-Bold_Italic-webfont.ttf') format('truetype'),
url('Muller-Bold_Italic-webfont.svg#mullerbold_italic') format('svg');
font-weight: 600;
font-style: italic;
}
@font-face {
font-family: 'Muller';
src: url('Muller-Medium-webfont.eot');
src: url('Muller-Medium-webfont.eot?#iefix') format('embedded-opentype'),
url('Muller-Medium-webfont.woff2') format('woff2'),
url('Muller-Medium-webfont.woff') format('woff'),
url('Muller-Medium-webfont.ttf') format('truetype'),
url('Muller-Medium-webfont.svg#mullermedium') format('svg');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Muller';
src: url('Muller-Medium_Italic-webfont.eot');
src: url('Muller-Medium_Italic-webfont.eot?#iefix') format('embedded-opentype'),
url('Muller-Medium_Italic-webfont.woff2') format('woff2'),
url('Muller-Medium_Italic-webfont.woff') format('woff'),
url('Muller-Medium_Italic-webfont.ttf') format('truetype'),
url('Muller-Medium_Italic-webfont.svg#mullermedium_italic') format('svg');
font-weight: 500;
font-style: italic;
}
@font-face {
font-family: 'Muller';
src: url('Muller-ExtraBold-webfont.eot');
src: url('Muller-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
url('Muller-ExtraBold-webfont.woff2') format('woff2'),
url('Muller-ExtraBold-webfont.woff') format('woff'),
url('Muller-ExtraBold-webfont.ttf') format('truetype'),
url('Muller-ExtraBold-webfont.svg#mullerextrabold') format('svg');
font-weight: 800;
font-style: normal;
}
@font-face {
font-family: 'Muller';
src: url('Muller-ExtraBold_Italic-webfont.eot');
src: url('Muller-ExtraBold_Italic-webfont.eot?#iefix') format('embedded-opentype'),
url('Muller-ExtraBold_Italic-webfont.woff2') format('woff2'),
url('Muller-ExtraBold_Italic-webfont.woff') format('woff'),
url('Muller-ExtraBold_Italic-webfont.ttf') format('truetype'),
url('Muller-ExtraBold_Italic-webfont.svg#mullerextrabold_italic') format('svg');
font-weight: 800;
font-style: italic;
}
@font-face {
font-family: 'Muller';
src: url('Muller-Light-webfont.eot');
src: url('Muller-Light-webfont.eot?#iefix') format('embedded-opentype'),
url('Muller-Light-webfont.woff2') format('woff2'),
url('Muller-Light-webfont.woff') format('woff'),
url('Muller-Light-webfont.ttf') format('truetype'),
url('Muller-Light-webfont.svg#mullerlight') format('svg');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Muller';
src: url('Muller-Light_Italic-webfont.eot');
src: url('Muller-Light_Italic-webfont.eot?#iefix') format('embedded-opentype'),
url('Muller-Light_Italic-webfont.woff2') format('woff2'),
url('Muller-Light_Italic-webfont.woff') format('woff'),
url('Muller-Light_Italic-webfont.ttf') format('truetype'),
url('Muller-Light_Italic-webfont.svg#mullerlight_italic') format('svg');
font-weight: 300;
font-style: italic;
}
@font-face {
font-family: 'Muller';
src: url('Muller-Regular-webfont.eot');
src: url('Muller-Regular-webfont.eot?#iefix') format('embedded-opentype'),
url('Muller-Regular-webfont.woff2') format('woff2'),
url('Muller-Regular-webfont.woff') format('woff'),
url('Muller-Regular-webfont.ttf') format('truetype'),
url('Muller-Regular-webfont.svg#muller_regularregular') format('svg');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Muller';
src: url('Muller-Regular_Italic-webfont.eot');
src: url('Muller-Regular_Italic-webfont.eot?#iefix') format('embedded-opentype'),
url('Muller-Regular_Italic-webfont.woff2') format('woff2'),
url('Muller-Regular_Italic-webfont.woff') format('woff'),
url('Muller-Regular_Italic-webfont.ttf') format('truetype'),
url('Muller-Regular_Italic-webfont.svg#mullerregular_italic') format('svg');
font-weight: 400;
font-style: italic;
}