55 lines
1.3 KiB
CSS
55 lines
1.3 KiB
CSS
/* TeX Gyre Schola */
|
|
@font-face{
|
|
font-family: 'TeXGyreSchola';
|
|
src: url('../fonts/texgyreschola-regular.otf') format('opentype');
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
}
|
|
@font-face{
|
|
font-family: 'TeXGyreSchola';
|
|
src: url('../fonts/texgyreschola-italic.otf') format('opentype');
|
|
font-style: italic;
|
|
font-weight: normal;
|
|
}
|
|
@font-face{
|
|
font-family: 'TeXGyreSchola';
|
|
src: url('../fonts/texgyreschola-bold.otf') format('opentype');
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
}
|
|
@font-face{
|
|
font-family: 'TeXGyreSchola';
|
|
src: url('../fonts/texgyreschola-bolditalic.otf') format('opentype');
|
|
font-style: italic;
|
|
font-weight: bold;
|
|
}
|
|
|
|
/* Polsku (OSP) */
|
|
@font-face{
|
|
font-family: 'Polsku';
|
|
src:
|
|
url('../fonts/Polsku.woff') format('woff'),
|
|
url('../fonts/Polsku.tff') format('truetype');
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
}
|
|
|
|
/* ... */
|
|
@font-face{
|
|
font-family: 'Basker';
|
|
src: url('../fonts/LibreBaskerville-Regular.ttf') format('truetype');
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
}
|
|
@font-face{
|
|
font-family: 'Basker';
|
|
src: url('../fonts/LibreBaskerville-Italic.ttf') format('truetype');
|
|
font-style: italic;
|
|
font-weight: normal;
|
|
}
|
|
@font-face{
|
|
font-family: 'Basker';
|
|
src: url('../fonts/LibreBaskerville-Bold.ttf') format('truetype');
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
} |