mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-16 03:52:42 +00:00
Fix font in v3. Clean up LESS formatting.
This commit is contained in:
@@ -267,23 +267,24 @@ body {
|
|||||||
// * ARTIST CREDIT BLOCK
|
// * ARTIST CREDIT BLOCK
|
||||||
// *****************************/
|
// *****************************/
|
||||||
.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;
|
||||||
line-height:1em;
|
line-height : 1em;
|
||||||
}
|
}
|
||||||
h5 {
|
h5 {
|
||||||
font-size:1.3em;
|
font-size : 1.3em;
|
||||||
|
font-family : WalterTurncoat;
|
||||||
}
|
}
|
||||||
a{
|
a{
|
||||||
color:black;
|
color : black;
|
||||||
text-decoration:unset;
|
text-decoration : unset;
|
||||||
&:hover {
|
&:hover {
|
||||||
text-decoration:underline;
|
text-decoration :underline;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -451,23 +451,24 @@ body {
|
|||||||
// *****************************/
|
// *****************************/
|
||||||
.phb {
|
.phb {
|
||||||
.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;
|
||||||
line-height:1em;
|
line-height : 1em;
|
||||||
}
|
}
|
||||||
h5 {
|
h5 {
|
||||||
font-size:1.3em;
|
font-size : 1.3em;
|
||||||
|
font-family : WalterTurncoat;
|
||||||
}
|
}
|
||||||
a{
|
a{
|
||||||
color:black;
|
color : black;
|
||||||
text-decoration:unset;
|
text-decoration : unset;
|
||||||
&:hover {
|
&:hover {
|
||||||
text-decoration:underline;
|
text-decoration : underline;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user