add fonts css and ignore rule for the actual fonts
This commit is contained in:
parent
3f025721c8
commit
3635f04e8f
2 changed files with 124 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -2,3 +2,8 @@ _tmp
|
|||
_build
|
||||
dist
|
||||
dist-newstyle
|
||||
fonts/muller/**/*.eot
|
||||
fonts/muller/**/*.svg
|
||||
fonts/muller/**/*.ttf
|
||||
fonts/muller/**/*.woff
|
||||
fonts/muller/**/*.woff2
|
||||
|
|
119
fonts/muller/muller.css
Normal file
119
fonts/muller/muller.css
Normal 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;
|
||||
}
|
Loading…
Reference in a new issue