mirror of
https://github.com/meineerde/holgerjust.de.git
synced 2025-10-17 17:01:01 +00:00
The fonts and accompanying CSS were created from Google Fonts by * https://google-webfonts-helper.herokuapp.com/fonts/merriweather?subsets=latin,latin-ext * https://google-webfonts-helper.herokuapp.com/fonts/open-sans?subsets=latin-ext,latin
57 lines
3.4 KiB
SCSS
57 lines
3.4 KiB
SCSS
/* merriweather-300 - latin-ext_latin */
|
|
@font-face {
|
|
font-family: 'Merriweather';
|
|
font-style: normal;
|
|
font-weight: 300;
|
|
font-display: optional;
|
|
src: url('../fonts/merriweather-v19-latin-ext_latin-300.eot'); /* IE9 Compat Modes */
|
|
src: local('Merriweather Light'), local('Merriweather-Light'),
|
|
url('../fonts/merriweather-v19-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
url('../fonts/merriweather-v19-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */
|
|
url('../fonts/merriweather-v19-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */
|
|
url('../fonts/merriweather-v19-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
|
|
url('../fonts/merriweather-v19-latin-ext_latin-300.svg#Merriweather') format('svg'); /* Legacy iOS */
|
|
}
|
|
/* merriweather-300italic - latin-ext_latin */
|
|
@font-face {
|
|
font-family: 'Merriweather';
|
|
font-style: italic;
|
|
font-weight: 300;
|
|
font-display: optional;
|
|
src: url('../fonts/merriweather-v19-latin-ext_latin-300italic.eot'); /* IE9 Compat Modes */
|
|
src: local('Merriweather Light Italic'), local('Merriweather-LightItalic'),
|
|
url('../fonts/merriweather-v19-latin-ext_latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
url('../fonts/merriweather-v19-latin-ext_latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
|
|
url('../fonts/merriweather-v19-latin-ext_latin-300italic.woff') format('woff'), /* Modern Browsers */
|
|
url('../fonts/merriweather-v19-latin-ext_latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
|
|
url('../fonts/merriweather-v19-latin-ext_latin-300italic.svg#Merriweather') format('svg'); /* Legacy iOS */
|
|
}
|
|
/* merriweather-700 - latin-ext_latin */
|
|
@font-face {
|
|
font-family: 'Merriweather';
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
font-display: optional;
|
|
src: url('../fonts/merriweather-v19-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
|
|
src: local('Merriweather Bold'), local('Merriweather-Bold'),
|
|
url('../fonts/merriweather-v19-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
url('../fonts/merriweather-v19-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
|
|
url('../fonts/merriweather-v19-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
|
|
url('../fonts/merriweather-v19-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
|
|
url('../fonts/merriweather-v19-latin-ext_latin-700.svg#Merriweather') format('svg'); /* Legacy iOS */
|
|
}
|
|
/* merriweather-700italic - latin-ext_latin */
|
|
@font-face {
|
|
font-family: 'Merriweather';
|
|
font-style: italic;
|
|
font-weight: 700;
|
|
font-display: optional;
|
|
src: url('../fonts/merriweather-v19-latin-ext_latin-700italic.eot'); /* IE9 Compat Modes */
|
|
src: local('Merriweather Bold Italic'), local('Merriweather-BoldItalic'),
|
|
url('../fonts/merriweather-v19-latin-ext_latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
url('../fonts/merriweather-v19-latin-ext_latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
|
|
url('../fonts/merriweather-v19-latin-ext_latin-700italic.woff') format('woff'), /* Modern Browsers */
|
|
url('../fonts/merriweather-v19-latin-ext_latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
|
|
url('../fonts/merriweather-v19-latin-ext_latin-700italic.svg#Merriweather') format('svg'); /* Legacy iOS */
|
|
}
|