mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 20:42:43 +00:00
Add Pagella face to Blank Template.
Pagella is a TeX update of the URW Palladio L face that is a good substitute for the commonly used Book Antiqua and Palatino faces.
https://en.wikipedia.org/wiki/Palatino#:~:text=The%20first%20legal%20free%20version,on%20URW%20Palladio%20L%20font.
This commit is contained in:
@@ -368,6 +368,11 @@ module.exports = [
|
||||
icon : 'font MrEavesRemake',
|
||||
gen : dedent`{{font-family:MrEavesRemake Dummy Text}}`
|
||||
},
|
||||
{
|
||||
name : 'Pagella',
|
||||
icon : 'font Pagella',
|
||||
gen : dedent`{{font-family:Pagella Dummy Text}}`
|
||||
},
|
||||
{
|
||||
name : 'Solbera Imitation',
|
||||
icon : 'font SolberaImitationRemake',
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@import (less) './themes/fonts/Blank/fonts.less';
|
||||
@import (less) './themes/fonts/5e/fonts.less';
|
||||
@import (less) './themes/assets/assets.less';
|
||||
@import (less) './themes/fonts/iconFonts/elderberryInn.less';
|
||||
|
||||
46
themes/fonts/Blank/fonts.less
Normal file
46
themes/fonts/Blank/fonts.less
Normal file
@@ -0,0 +1,46 @@
|
||||
/*
|
||||
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.woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: Pagella;
|
||||
src: url('../../../fonts/Blank/texgyrepagella-bold.woff');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: Pagella;
|
||||
src: url('../../../fonts/Blank/texgyrepagella-italic.woff');
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: Pagella;
|
||||
src: url('../../../fonts/Blank/texgyrepagella-bolditalic.woff');
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
}
|
||||
BIN
themes/fonts/Blank/texgyrepagella-bold.woff
Normal file
BIN
themes/fonts/Blank/texgyrepagella-bold.woff
Normal file
Binary file not shown.
BIN
themes/fonts/Blank/texgyrepagella-bolditalic.woff
Normal file
BIN
themes/fonts/Blank/texgyrepagella-bolditalic.woff
Normal file
Binary file not shown.
BIN
themes/fonts/Blank/texgyrepagella-italic.woff
Normal file
BIN
themes/fonts/Blank/texgyrepagella-italic.woff
Normal file
Binary file not shown.
BIN
themes/fonts/Blank/texgyrepagella-regular.woff
Normal file
BIN
themes/fonts/Blank/texgyrepagella-regular.woff
Normal file
Binary file not shown.
Reference in New Issue
Block a user