syndicate-2017/tonyg-dissertation/html/fonts/texgyrepagella.css

28 lines
606 B
CSS

@font-face {
font-family: 'TeXGyrePagella';
src: url('texgyrepagella-regular-webfont.woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'TeXGyrePagella';
src: url('texgyrepagella-bold-webfont.woff');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'TeXGyrePagella';
src: url('texgyrepagella-italic-webfont.woff');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'TeXGyrePagella';
src: url('texgyrepagella-bolditalic-webfont.woff');
font-weight: bold;
font-style: italic;
}