mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-27 00:42:40 +00:00
47 lines
1.2 KiB
Plaintext
47 lines
1.2 KiB
Plaintext
/*
|
|
TeX Gyre Pagella
|
|
License:
|
|
% Copyright 2007--2018 for TeX Gyre extensions by B. Jackowski,
|
|
% J.M. Nowacki et al. (on behalf of TeX Users Groups). Vietnamese
|
|
% characters were added by Han The Thanh.
|
|
%
|
|
% This work can be freely used and distributed under
|
|
% the GUST Font License (GFL -- see GUST-FONT-LICENSE.txt)
|
|
% which is actually an instance of the LaTeX Project Public License
|
|
% (LPPL -- see http://www.latex-project.org/lppl.txt ).
|
|
%
|
|
% This work has the maintenance status "maintained". The Current Maintainer
|
|
% of this work is Bogus\l{}aw Jackowski and Janusz M. Nowacki.
|
|
%
|
|
% This work consists of the files listed
|
|
% in the MANIFEST-TeX-Gyre-Pagella.txt file.
|
|
*/
|
|
|
|
@font-face {
|
|
font-family: Pagella;
|
|
src: url('../../../fonts/Blank/texgyrepagella-regular.woff2');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Pagella;
|
|
src: url('../../../fonts/Blank/texgyrepagella-bold.woff2');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Pagella;
|
|
src: url('../../../fonts/Blank/texgyrepagella-italic.woff2');
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: Pagella;
|
|
src: url('../../../fonts/Blank/texgyrepagella-bolditalic.woff2');
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
}
|