From 3635f04e8f2edc6629702de428d32edb72a51a8e Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Fri, 17 Jul 2020 11:31:49 +0200 Subject: [PATCH] add fonts css and ignore rule for the actual fonts --- .gitignore | 5 ++ fonts/muller/muller.css | 119 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 124 insertions(+) create mode 100644 fonts/muller/muller.css diff --git a/.gitignore b/.gitignore index 57df82d..d322f74 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,8 @@ _tmp _build dist dist-newstyle +fonts/muller/**/*.eot +fonts/muller/**/*.svg +fonts/muller/**/*.ttf +fonts/muller/**/*.woff +fonts/muller/**/*.woff2 diff --git a/fonts/muller/muller.css b/fonts/muller/muller.css new file mode 100644 index 0000000..87b5d8f --- /dev/null +++ b/fonts/muller/muller.css @@ -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; +}