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