0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-11 06:52:38 +00:00

Update font format.

This commit is contained in:
David Bolack
2024-09-16 18:30:59 -05:00
parent 98cc79df92
commit 41e08831c6
9 changed files with 4 additions and 4 deletions

View File

@@ -19,28 +19,28 @@ License:
@font-face { @font-face {
font-family: Pagella; font-family: Pagella;
src: url('../../../fonts/Blank/texgyrepagella-regular.woff'); src: url('../../../fonts/Blank/texgyrepagella-regular.woff2');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
@font-face { @font-face {
font-family: Pagella; font-family: Pagella;
src: url('../../../fonts/Blank/texgyrepagella-bold.woff'); src: url('../../../fonts/Blank/texgyrepagella-bold.woff2');
font-weight: bold; font-weight: bold;
font-style: normal; font-style: normal;
} }
@font-face { @font-face {
font-family: Pagella; font-family: Pagella;
src: url('../../../fonts/Blank/texgyrepagella-italic.woff'); src: url('../../../fonts/Blank/texgyrepagella-italic.woff2');
font-weight: normal; font-weight: normal;
font-style: italic; font-style: italic;
} }
@font-face { @font-face {
font-family: Pagella; font-family: Pagella;
src: url('../../../fonts/Blank/texgyrepagella-bolditalic.woff'); src: url('../../../fonts/Blank/texgyrepagella-bolditalic.woff2');
font-weight: bold; font-weight: bold;
font-style: italic; font-style: italic;
} }

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.