Update existing font defs to only woff
This commit is contained in:
parent
53d559b81d
commit
3e358575f0
1 changed files with 4 additions and 21 deletions
|
@ -2,45 +2,28 @@ $family-serif: "Pagella", "Palatino", "Bookman", "Bookman Old Style", "Garamond"
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Pagella';
|
font-family: 'Pagella';
|
||||||
src: url('../../fonts/texgyrepagella-regular-webfont.eot');
|
src: url('../../fonts/texgyrepagella-regular-webfont.woff') format('woff');
|
||||||
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');
|
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Pagella';
|
font-family: 'Pagella';
|
||||||
src: url('../../fonts/texgyrepagella-bold-webfont.eot');
|
src: url('../../fonts/texgyrepagella-bold-webfont.woff') format('woff');
|
||||||
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');
|
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Pagella';
|
font-family: 'Pagella';
|
||||||
src: url('../../fonts/texgyrepagella-italic-webfont.eot');
|
src: url('../../fonts/texgyrepagella-italic-webfont.woff') format('woff');
|
||||||
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');
|
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Pagella';
|
font-family: 'Pagella';
|
||||||
src: url('../../fonts/texgyrepagella-bolditalic-webfont.eot');
|
src: url('../../fonts/texgyrepagella-bolditalic-webfont.woff') format('woff');
|
||||||
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'
|
|
||||||
);
|
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue