mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 18:32:41 +00:00
Fix font-family values for legacy/v3
This commit is contained in:
@@ -269,7 +269,7 @@ body {
|
||||
.artist {
|
||||
position:absolute;
|
||||
text-align:center;
|
||||
font-family:'Walter Turncoat','ScalySansSmallCapsRemake', sans-serif;
|
||||
font-family:'WalterTurncoat','ScalySansSmallCapsRemake', sans-serif;
|
||||
font-size:10px;
|
||||
p, p + p {
|
||||
margin:unset;
|
||||
@@ -278,7 +278,6 @@ body {
|
||||
}
|
||||
h5 {
|
||||
font-size:1.3em;
|
||||
font-family:WalterTurncoat;
|
||||
}
|
||||
a{
|
||||
color:black;
|
||||
|
||||
@@ -453,7 +453,7 @@ body {
|
||||
.artist {
|
||||
position:absolute;
|
||||
text-align:center;
|
||||
font-family:'Walter Turncoat','ScalySansSmallCapsRemake', sans-serif;
|
||||
font-family:'WalterTurncoat','ScalySansSmallCapsRemake', sans-serif;
|
||||
font-size:10px;
|
||||
p, p + p {
|
||||
margin:unset;
|
||||
@@ -462,7 +462,6 @@ body {
|
||||
}
|
||||
h5 {
|
||||
font-size:1.3em;
|
||||
font-family:WalterTurncoat;
|
||||
}
|
||||
a{
|
||||
color:black;
|
||||
|
||||
Reference in New Issue
Block a user