Update existing font defs to only woff

This commit is contained in:
benjamin melançon 2019-07-28 12:41:50 -04:00
parent 53d559b81d
commit 3e358575f0

View file

@ -2,45 +2,28 @@ $family-serif: "Pagella", "Palatino", "Bookman", "Bookman Old Style", "Garamond"
@font-face {
font-family: 'Pagella';
src: url('../../fonts/texgyrepagella-regular-webfont.eot');
src: url('../../fonts/texgyrepagella-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../../fonts/texgyrepagella-regular-webfont.woff') format('woff'),
url('../../fonts/texgyrepagella-regular-webfont.ttf') format('truetype'),
url('../../fonts/texgyrepagella-regular-webfont.svg#tex_gyre_pagellaregular') format('svg');
src: url('../../fonts/texgyrepagella-regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Pagella';
src: url('../../fonts/texgyrepagella-bold-webfont.eot');
src: url('../../fonts/texgyrepagella-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('../../fonts/texgyrepagella-bold-webfont.woff') format('woff'),
url('../../fonts/texgyrepagella-bold-webfont.ttf') format('truetype'),
url('../../fonts/texgyrepagella-bold-webfont.svg#tex_gyre_pagellabold') format('svg');
src: url('../../fonts/texgyrepagella-bold-webfont.woff') format('woff');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Pagella';
src: url('../../fonts/texgyrepagella-italic-webfont.eot');
src: url('../../fonts/texgyrepagella-italic-webfont.eot?#iefix') format('embedded-opentype'),
url('../../fonts/texgyrepagella-italic-webfont.woff') format('woff'),
url('../../fonts/texgyrepagella-italic-webfont.ttf') format('truetype'),
url('../../fonts/texgyrepagella-italic-webfont.svg#tex_gyre_pagellaitalic') format('svg');
src: url('../../fonts/texgyrepagella-italic-webfont.woff') format('woff');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Pagella';
src: url('../../fonts/texgyrepagella-bolditalic-webfont.eot');
src: url('../../fonts/texgyrepagella-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
url('../../fonts/texgyrepagella-bolditalic-webfont.woff') format('woff'),
url('../../fonts/texgyrepagella-bolditalic-webfont.ttf') format('truetype'),
url('../../fonts/texgyrepagella-bolditalic-webfont.svg#tex_gyre_pagellabold_italic') format('svg'
);
src: url('../../fonts/texgyrepagella-bolditalic-webfont.woff') format('woff');
font-weight: 700;
font-style: italic;
}