mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-25 16:12:37 +00:00
74 lines
1.6 KiB
Plaintext
74 lines
1.6 KiB
Plaintext
/* Main Font, serif */
|
|
@font-face {
|
|
font-family: BookInsanityRemake;
|
|
src: url('../fonts/v3/Bookinsanity.woff2');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: BookInsanityRemake;
|
|
src: url('../fonts/v3/Bookinsanity Bold.woff2');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: BookInsanityRemake;
|
|
src: url('../fonts/v3/Bookinsanity Italic.woff2');
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
}
|
|
@font-face {
|
|
font-family: BookInsanityRemake;
|
|
src: url('../fonts/v3/Bookinsanity Bold Italic.woff2');
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
}
|
|
|
|
/* Notes and Tables, sans-serif */
|
|
@font-face {
|
|
font-family: ScalySansRemake;
|
|
src: url('../fonts/v3/Scaly Sans.woff2');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: ScalySansRemake;
|
|
src: url('../fonts/v3/Scaly Sans Bold.woff2');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: ScalySansRemake;
|
|
src: url('../fonts/v3/Scaly Sans Italic.woff2');
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
}
|
|
@font-face {
|
|
font-family: ScalySansRemake;
|
|
src: url('../fonts/v3/Scaly Sans Bold Italic.woff2');
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
}
|
|
@font-face {
|
|
font-family: ScalySansSmallCapsRemake;
|
|
src: url('../fonts/v3/Scaly Sans Caps.woff2');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
/* Headers */
|
|
@font-face {
|
|
font-family: MrEavesRemake;
|
|
src: url('../fonts/v3/Mr Eaves Small Caps.woff2');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
/* Fancy Drop Cap */
|
|
@font-face {
|
|
font-family: SolberaImitationRemake; //Tweaked v3 version
|
|
src: url('../fonts/v3/Solbera Imitation Tweak.woff2');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|