mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-08 16:12:38 +00:00
Merge pull request #1267 from naturalcrit/UpdateSolberaImitationFont
Update Fonts
This commit is contained in:
Binary file not shown.
BIN
client/homebrew/phbStyle/fonts/legacy/Bookinsanity Bold.woff2
Normal file
BIN
client/homebrew/phbStyle/fonts/legacy/Bookinsanity Bold.woff2
Normal file
Binary file not shown.
BIN
client/homebrew/phbStyle/fonts/legacy/Bookinsanity Italic.woff2
Normal file
BIN
client/homebrew/phbStyle/fonts/legacy/Bookinsanity Italic.woff2
Normal file
Binary file not shown.
BIN
client/homebrew/phbStyle/fonts/legacy/Bookinsanity.woff2
Normal file
BIN
client/homebrew/phbStyle/fonts/legacy/Bookinsanity.woff2
Normal file
Binary file not shown.
BIN
client/homebrew/phbStyle/fonts/legacy/Mr Eaves Small Caps.woff2
Normal file
BIN
client/homebrew/phbStyle/fonts/legacy/Mr Eaves Small Caps.woff2
Normal file
Binary file not shown.
BIN
client/homebrew/phbStyle/fonts/legacy/Scaly Sans Caps.woff2
Normal file
BIN
client/homebrew/phbStyle/fonts/legacy/Scaly Sans Caps.woff2
Normal file
Binary file not shown.
BIN
client/homebrew/phbStyle/fonts/legacy/Scaly Sans.woff2
Normal file
BIN
client/homebrew/phbStyle/fonts/legacy/Scaly Sans.woff2
Normal file
Binary file not shown.
BIN
client/homebrew/phbStyle/fonts/legacy/Solbera Imitation.woff2
Normal file
BIN
client/homebrew/phbStyle/fonts/legacy/Solbera Imitation.woff2
Normal file
Binary file not shown.
BIN
client/homebrew/phbStyle/fonts/v3/Bookinsanity Bold Italic.woff2
Normal file
BIN
client/homebrew/phbStyle/fonts/v3/Bookinsanity Bold Italic.woff2
Normal file
Binary file not shown.
BIN
client/homebrew/phbStyle/fonts/v3/Bookinsanity Bold.woff2
Normal file
BIN
client/homebrew/phbStyle/fonts/v3/Bookinsanity Bold.woff2
Normal file
Binary file not shown.
BIN
client/homebrew/phbStyle/fonts/v3/Bookinsanity Italic.woff2
Normal file
BIN
client/homebrew/phbStyle/fonts/v3/Bookinsanity Italic.woff2
Normal file
Binary file not shown.
BIN
client/homebrew/phbStyle/fonts/v3/Bookinsanity.woff2
Normal file
BIN
client/homebrew/phbStyle/fonts/v3/Bookinsanity.woff2
Normal file
Binary file not shown.
BIN
client/homebrew/phbStyle/fonts/v3/Mr Eaves Small Caps.woff2
Normal file
BIN
client/homebrew/phbStyle/fonts/v3/Mr Eaves Small Caps.woff2
Normal file
Binary file not shown.
BIN
client/homebrew/phbStyle/fonts/v3/Scaly Sans Bold Italic.woff2
Normal file
BIN
client/homebrew/phbStyle/fonts/v3/Scaly Sans Bold Italic.woff2
Normal file
Binary file not shown.
BIN
client/homebrew/phbStyle/fonts/v3/Scaly Sans Bold.woff2
Normal file
BIN
client/homebrew/phbStyle/fonts/v3/Scaly Sans Bold.woff2
Normal file
Binary file not shown.
BIN
client/homebrew/phbStyle/fonts/v3/Scaly Sans Caps.woff2
Normal file
BIN
client/homebrew/phbStyle/fonts/v3/Scaly Sans Caps.woff2
Normal file
Binary file not shown.
BIN
client/homebrew/phbStyle/fonts/v3/Scaly Sans Italic.woff2
Normal file
BIN
client/homebrew/phbStyle/fonts/v3/Scaly Sans Italic.woff2
Normal file
Binary file not shown.
BIN
client/homebrew/phbStyle/fonts/v3/Scaly Sans.woff2
Normal file
BIN
client/homebrew/phbStyle/fonts/v3/Scaly Sans.woff2
Normal file
Binary file not shown.
BIN
client/homebrew/phbStyle/fonts/v3/Solbera Imitation Tweak.woff2
Normal file
BIN
client/homebrew/phbStyle/fonts/v3/Solbera Imitation Tweak.woff2
Normal file
Binary file not shown.
File diff suppressed because one or more lines are too long
73
client/homebrew/phbStyle/phb.fonts.less
Normal file
73
client/homebrew/phbStyle/phb.fonts.less
Normal file
@@ -0,0 +1,73 @@
|
|||||||
|
/* 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;
|
||||||
|
}
|
||||||
55
client/homebrew/phbStyle/phb.fontsLegacy.less
Normal file
55
client/homebrew/phbStyle/phb.fontsLegacy.less
Normal file
@@ -0,0 +1,55 @@
|
|||||||
|
/* Main Font, serif */
|
||||||
|
@font-face {
|
||||||
|
font-family: BookSanity;
|
||||||
|
src: url('../fonts/legacy/Download2.woff2');
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: BookSanity;
|
||||||
|
src: url('../fonts/legacy/Bookinsanity Bold.woff2');
|
||||||
|
font-weight: bold;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: BookSanity;
|
||||||
|
src: url('../fonts/legacy/Bookinsanity Italic.woff2');
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: BookSanity;
|
||||||
|
src: url('../fonts/legacy/Bookinsanity Bold Italic.woff2');
|
||||||
|
font-weight: bold;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Notes and Tables, sans-serif */
|
||||||
|
@font-face {
|
||||||
|
font-family: ScalySans;
|
||||||
|
src: url('../fonts/legacy/Scaly Sans.woff2');
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: ScalySansSmallCaps;
|
||||||
|
src: url('../fonts/legacy/Scaly Sans Caps.woff2');
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Headers */
|
||||||
|
@font-face {
|
||||||
|
font-family: MrJeeves;
|
||||||
|
src: url('../fonts/legacy/Mr Eaves Small Caps.woff2');
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Fancy Drop Cap */
|
||||||
|
@font-face {
|
||||||
|
font-family: Solberry;
|
||||||
|
src: url('../fonts/legacy/Solbera Imitation.woff2');
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
@import (less) './client/homebrew/phbStyle/phb.fonts.css';
|
@import (less) './client/homebrew/phbStyle/phb.fonts.less';
|
||||||
@import (less) './client/homebrew/phbStyle/phb.assets.less';
|
@import (less) './client/homebrew/phbStyle/phb.assets.less';
|
||||||
|
|
||||||
//Colors
|
//Colors
|
||||||
@@ -16,7 +16,7 @@ body {
|
|||||||
-webkit-print-color-adjust : exact;
|
-webkit-print-color-adjust : exact;
|
||||||
}
|
}
|
||||||
.useSansSerif(){
|
.useSansSerif(){
|
||||||
font-family : ScalySans;
|
font-family : ScalySansRemake;
|
||||||
font-size : 10pt;
|
font-size : 10pt;
|
||||||
em{
|
em{
|
||||||
font-style : italic;
|
font-style : italic;
|
||||||
@@ -50,7 +50,7 @@ body {
|
|||||||
padding : 1.0cm 1.7cm 1.5cm;
|
padding : 1.0cm 1.7cm 1.5cm;
|
||||||
background-color : @background;
|
background-color : @background;
|
||||||
background-image : @backgroundImage;
|
background-image : @backgroundImage;
|
||||||
font-family : BookSanity;
|
font-family : BookInsanityRemake;
|
||||||
font-size : 0.317cm;
|
font-size : 0.317cm;
|
||||||
text-rendering : optimizeLegibility;
|
text-rendering : optimizeLegibility;
|
||||||
page-break-before : always;
|
page-break-before : always;
|
||||||
@@ -110,7 +110,7 @@ body {
|
|||||||
h1,h2,h3,h4{
|
h1,h2,h3,h4{
|
||||||
margin-top : 0.2em;
|
margin-top : 0.2em;
|
||||||
margin-bottom : 0.2em;
|
margin-bottom : 0.2em;
|
||||||
font-family : MrJeeves;
|
font-family : MrEavesRemake;
|
||||||
font-weight : 800;
|
font-weight : 800;
|
||||||
color : @headerText;
|
color : @headerText;
|
||||||
}
|
}
|
||||||
@@ -121,13 +121,15 @@ body {
|
|||||||
-moz-column-span : all;
|
-moz-column-span : all;
|
||||||
&+p::first-letter{
|
&+p::first-letter{
|
||||||
float : left;
|
float : left;
|
||||||
font-family : Solberry;
|
font-family : SolberaImitationRemake;
|
||||||
line-height : 0.8em;
|
line-height : 0.8em;
|
||||||
font-size: 3.1cm;
|
font-size: 3.5cm;
|
||||||
padding-top: 4px;
|
padding-left: 40px;
|
||||||
padding-bottom: 4px;
|
margin-left: -40px;
|
||||||
margin-top: -6px;
|
padding-top:10px;
|
||||||
margin-left: -6px;
|
margin-top:-8px;
|
||||||
|
padding-bottom:10px;
|
||||||
|
margin-bottom:-20px;
|
||||||
background-image: linear-gradient(-45deg, #322814, #998250, #322814);
|
background-image: linear-gradient(-45deg, #322814, #998250, #322814);
|
||||||
background-clip: text;
|
background-clip: text;
|
||||||
-webkit-background-clip: text;
|
-webkit-background-clip: text;
|
||||||
@@ -151,7 +153,7 @@ body {
|
|||||||
}
|
}
|
||||||
h5{
|
h5{
|
||||||
margin-bottom : 0.2em;
|
margin-bottom : 0.2em;
|
||||||
font-family : ScalySansSmallCaps;
|
font-family : ScalySansSmallCapsRemake;
|
||||||
font-size : 0.423cm;
|
font-size : 0.423cm;
|
||||||
font-weight : 900;
|
font-weight : 900;
|
||||||
}
|
}
|
||||||
@@ -226,7 +228,7 @@ body {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
h3{
|
h3{
|
||||||
font-family : ScalySans;
|
font-family : ScalySansRemake;
|
||||||
font-weight : 400;
|
font-weight : 400;
|
||||||
border-bottom : 1px solid @headerText;
|
border-bottom : 1px solid @headerText;
|
||||||
}
|
}
|
||||||
@@ -429,7 +431,7 @@ body {
|
|||||||
display : block-inline;
|
display : block-inline;
|
||||||
margin-bottom : 1em;
|
margin-bottom : 1em;
|
||||||
background-color : #faf7ea;
|
background-color : #faf7ea;
|
||||||
font-family : ScalySans;
|
font-family : ScalySansRemake;
|
||||||
border-style : solid;
|
border-style : solid;
|
||||||
border-width : 7px;
|
border-width : 7px;
|
||||||
border-image : @descriptiveBoxImage 12 stretch;
|
border-image : @descriptiveBoxImage 12 stretch;
|
||||||
@@ -444,11 +446,11 @@ body {
|
|||||||
padding-top : .8em;
|
padding-top : .8em;
|
||||||
}
|
}
|
||||||
em {
|
em {
|
||||||
font-family : ScalySans;
|
font-family : ScalySansRemake;
|
||||||
font-style : italic;
|
font-style : italic;
|
||||||
}
|
}
|
||||||
strong {
|
strong {
|
||||||
font-family : ScalySans;
|
font-family : ScalySansRemake;
|
||||||
font-weight : 800;
|
font-weight : 800;
|
||||||
letter-spacing : -0.02em;
|
letter-spacing : -0.02em;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
@import (less) './client/homebrew/phbStyle/phb.fonts.css';
|
@import (less) './client/homebrew/phbStyle/phb.fontsLegacy.less';
|
||||||
@import (less) './client/homebrew/phbStyle/phb.assets.less';
|
@import (less) './client/homebrew/phbStyle/phb.assets.less';
|
||||||
@import (less) './client/homebrew/phbStyle/phb.depricated.less';
|
@import (less) './client/homebrew/phbStyle/phb.depricated.less';
|
||||||
//Colors
|
//Colors
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ const build = async ({ bundle, render, ssr })=>{
|
|||||||
await fs.outputFile('./build/homebrew/bundle.css', css);
|
await fs.outputFile('./build/homebrew/bundle.css', css);
|
||||||
await fs.outputFile('./build/homebrew/bundle.js', bundle);
|
await fs.outputFile('./build/homebrew/bundle.js', bundle);
|
||||||
await fs.outputFile('./build/homebrew/ssr.js', ssr);
|
await fs.outputFile('./build/homebrew/ssr.js', ssr);
|
||||||
|
await fs.copy('./client/homebrew/phbStyle/fonts', './build/fonts');
|
||||||
|
|
||||||
//compress files in production
|
//compress files in production
|
||||||
if(!isDev){
|
if(!isDev){
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
//@import (less) 'naturalcrit/styles/style.fonts.css';
|
|
||||||
nav{
|
nav{
|
||||||
background-color : #333;
|
background-color : #333;
|
||||||
.navContent{
|
.navContent{
|
||||||
|
|||||||
Reference in New Issue
Block a user