0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-20 05:22:47 +00:00

Fix font in v3. Clean up LESS formatting.

This commit is contained in:
Trevor Buckner
2021-08-14 00:52:35 -04:00
parent 79fa0dbe77
commit 58568468f6
3 changed files with 25 additions and 23 deletions

View File

@@ -269,8 +269,8 @@ body {
.artist { .artist {
position : absolute; position : absolute;
text-align : center; text-align : center;
font-family:'WalterTurncoat','ScalySansSmallCapsRemake', sans-serif; font-family : WalterTurncoat;
font-size:10px; font-size : 0.27cm;
p, p + p { p, p + p {
margin : unset; margin : unset;
text-indent : unset; text-indent : unset;
@@ -278,6 +278,7 @@ body {
} }
h5 { h5 {
font-size : 1.3em; font-size : 1.3em;
font-family : WalterTurncoat;
} }
a{ a{
color : black; color : black;

View File

@@ -453,8 +453,8 @@ body {
.artist { .artist {
position : absolute; position : absolute;
text-align : center; text-align : center;
font-family:'WalterTurncoat','ScalySansSmallCapsRemake', sans-serif; font-family : WalterTurncoat;
font-size:10px; font-size : 0.27cm;
p, p + p { p, p + p {
margin : unset; margin : unset;
text-indent : unset; text-indent : unset;
@@ -462,6 +462,7 @@ body {
} }
h5 { h5 {
font-size : 1.3em; font-size : 1.3em;
font-family : WalterTurncoat;
} }
a{ a{
color : black; color : black;

View File

@@ -56,7 +56,7 @@
font-style: normal; font-style: normal;
} }
@font-face { @font-face {
font-family: 'Walter Turncoat'; font-family: WalterTurncoat;
src: url('../fonts/5e/WalterTurncoat-Regular.woff2'); src: url('../fonts/5e/WalterTurncoat-Regular.woff2');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;