forked from naturalcrit/homebrewery
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into addLockRoutes-naturalcrit#3326
- Loading branch information
Showing
10 changed files
with
124 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -138,4 +138,4 @@ | |
"stylelint-config-recommended": "^14.0.1", | ||
"supertest": "^7.0.0" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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.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; | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.