satchlj.com/themes/zenn/sass/_fonts.scss

98 lines
5.2 KiB
SCSS

/* zilla-slab-regular - latin */
@font-face {
font-family: 'Zilla Slab';
font-style: normal;
font-weight: 400;
src: url('/fonts/zilla-slab-v5-latin-regular.eot'); /* IE9 Compat Modes */
src: local('Zilla Slab'), local('ZillaSlab-Regular'),
url('/fonts/zilla-slab-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('/fonts/zilla-slab-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('/fonts/zilla-slab-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
url('/fonts/zilla-slab-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('/fonts/zilla-slab-v5-latin-regular.svg#ZillaSlab') format('svg'); /* Legacy iOS */
}
/* zilla-slab-700 - latin */
@font-face {
font-family: 'Zilla Slab';
font-style: normal;
font-weight: 700;
src: url('/fonts/zilla-slab-v5-latin-700.eot'); /* IE9 Compat Modes */
src: local('Zilla Slab Bold'), local('ZillaSlab-Bold'),
url('/fonts/zilla-slab-v5-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('/fonts/zilla-slab-v5-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
url('/fonts/zilla-slab-v5-latin-700.woff') format('woff'), /* Modern Browsers */
url('/fonts/zilla-slab-v5-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
url('/fonts/zilla-slab-v5-latin-700.svg#ZillaSlab') format('svg'); /* Legacy iOS */
}
/* merriweather-regular - latin */
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 400;
src: url('/fonts/merriweather-v21-latin-regular.eot'); /* IE9 Compat Modes */
src: local('Merriweather Regular'), local('Merriweather-Regular'),
url('/fonts/merriweather-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('/fonts/merriweather-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('/fonts/merriweather-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
url('/fonts/merriweather-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('/fonts/merriweather-v21-latin-regular.svg#Merriweather') format('svg'); /* Legacy iOS */
}
/* merriweather-italic - latin */
@font-face {
font-family: 'Merriweather';
font-style: italic;
font-weight: 400;
src: url('/fonts/merriweather-v21-latin-italic.eot'); /* IE9 Compat Modes */
src: local('Merriweather Italic'), local('Merriweather-Italic'),
url('/fonts/merriweather-v21-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('/fonts/merriweather-v21-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
url('/fonts/merriweather-v21-latin-italic.woff') format('woff'), /* Modern Browsers */
url('/fonts/merriweather-v21-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('/fonts/merriweather-v21-latin-italic.svg#Merriweather') format('svg'); /* Legacy iOS */
}
/* merriweather-700 - latin */
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 700;
src: url('/fonts/merriweather-v21-latin-700.eot'); /* IE9 Compat Modes */
src: local('Merriweather Bold'), local('Merriweather-Bold'),
url('/fonts/merriweather-v21-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('/fonts/merriweather-v21-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
url('/fonts/merriweather-v21-latin-700.woff') format('woff'), /* Modern Browsers */
url('/fonts/merriweather-v21-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
url('/fonts/merriweather-v21-latin-700.svg#Merriweather') format('svg'); /* Legacy iOS */
}
/* merriweather-700italic - latin */
@font-face {
font-family: 'Merriweather';
font-style: italic;
font-weight: 700;
src: url('/fonts/merriweather-v21-latin-700italic.eot'); /* IE9 Compat Modes */
src: local('Merriweather Bold Italic'), local('Merriweather-BoldItalic'),
url('/fonts/merriweather-v21-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('/fonts/merriweather-v21-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
url('/fonts/merriweather-v21-latin-700italic.woff') format('woff'), /* Modern Browsers */
url('/fonts/merriweather-v21-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('/fonts/merriweather-v21-latin-700italic.svg#Merriweather') format('svg'); /* Legacy iOS */
}
/* fira-mono-regular - latin */
@font-face {
font-family: 'Fira Mono';
font-style: normal;
font-weight: 400;
src: url('/fonts/fira-mono-v8-latin-regular.eot'); /* IE9 Compat Modes */
src: local('Fira Mono Regular'), local('FiraMono-Regular'),
url('/fonts/fira-mono-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('/fonts/fira-mono-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('/fonts/fira-mono-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
url('/fonts/fira-mono-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('/fonts/fira-mono-v8-latin-regular.svg#FiraMono') format('svg'); /* Legacy iOS */
}