mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-28 09:12:45 +00:00
62 lines
1.4 KiB
Plaintext
62 lines
1.4 KiB
Plaintext
/* Main Font, serif */
|
|
@font-face {
|
|
font-family: BookSanity;
|
|
src: url('../../../fonts/5e legacy/Bookinsanity.woff2');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: BookSanity;
|
|
src: url('../../../fonts/5e legacy/Bookinsanity Bold.woff2');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: BookSanity;
|
|
src: url('../../../fonts/5e legacy/Bookinsanity Italic.woff2');
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
}
|
|
@font-face {
|
|
font-family: BookSanity;
|
|
src: url('../../../fonts/5e legacy/Bookinsanity Bold Italic.woff2');
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
}
|
|
|
|
/* Notes and Tables, sans-serif */
|
|
@font-face {
|
|
font-family: ScalySans;
|
|
src: url('../../../fonts/5e legacy/Scaly Sans.woff2');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: ScalySansSmallCaps;
|
|
src: url('../../../fonts/5e legacy/Scaly Sans Caps.woff2');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: WalterTurncoat;
|
|
src: url('../../../fonts/5e legacy/WalterTurncoat-Regular.woff2');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
/* Headers */
|
|
@font-face {
|
|
font-family: MrJeeves;
|
|
src: url('../../../fonts/5e legacy/Mr Eaves Small Caps.woff2');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
/* Fancy Drop Cap */
|
|
@font-face {
|
|
font-family: Solberry;
|
|
src: url('../../../fonts/5e legacy/Solbera Imitation.woff2');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|