diff --git a/web/themes/custom/geofresco/src/global/_fonts.scss b/web/themes/custom/geofresco/src/global/_fonts.scss index 71fe432..53fddc3 100644 --- a/web/themes/custom/geofresco/src/global/_fonts.scss +++ b/web/themes/custom/geofresco/src/global/_fonts.scss @@ -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; }