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

28 lines
606 B
CSS
Raw Normal View History

2018-01-17 15:13:08 +00:00
@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;
}