29 lines
633 B
CSS
29 lines
633 B
CSS
|
/* please see the README.txt file in this directory for license information */
|
||
|
@font-face {
|
||
|
font-family: 'TeX Gyre Adventor';
|
||
|
src: url('texgyreadventor-regular.otf');
|
||
|
font-style: normal;
|
||
|
font-weight: normal;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'TeX Gyre Adventor';
|
||
|
src: url('texgyreadventor-bold.otf');
|
||
|
font-style: normal;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'TeX Gyre Adventor';
|
||
|
src: url('texgyreadventor-italic.otf');
|
||
|
font-style: italic;
|
||
|
font-weight: normal;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'TeX Gyre Adventor';
|
||
|
src: url('texgyreadventor-bolditalic.otf');
|
||
|
font-style: italic;
|
||
|
font-weight: bold;
|
||
|
}
|