mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-25 22:42:41 +00:00
59 lines
1.3 KiB
Plaintext
59 lines
1.3 KiB
Plaintext
/* Main Font, serif */
|
|
@font-face {
|
|
font-family: ReenieBeanie;
|
|
src: url('../../../fonts/Journal/ReenieBeanie-Regular.woff2');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
/* Notes and Tables, sans-serif */
|
|
@font-face {
|
|
font-family: PermanentMarker;
|
|
src: url('../../../fonts/Journal/PermanentMarker-Regular.woff2');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: WalterTurncoat;
|
|
src: url('../../../fonts/5e/WalterTurncoat-Regular.woff2');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
/* Headers */
|
|
@font-face {
|
|
font-family: FrederickaTheGreat;
|
|
src: url('../../../fonts/Journal/FrederickaTheGreat-Regular.woff2');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
/* Cover Page */
|
|
@font-face {
|
|
font-family: NodestoCapsCondensed;
|
|
src: url('../fonts/5e/Nodesto Caps Condensed.woff2');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: NodestoCapsCondensed;
|
|
src: url('../fonts/5e/Nodesto Caps Condensed Bold.woff2');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: NodestoCapsCondensed;
|
|
src: url('../fonts/5e/Nodesto Caps Condensed Italic.woff2');
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: NodestoCapsCondensed;
|
|
src: url('../fonts/5e/Nodesto Caps Condensed Bold Italic.woff2');
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
}
|