diff --git a/themes/5ePhb.style.less b/themes/5ePhb.style.less index 2dd99c95b..04b0e7418 100644 --- a/themes/5ePhb.style.less +++ b/themes/5ePhb.style.less @@ -267,23 +267,24 @@ body { // * ARTIST CREDIT BLOCK // *****************************/ .artist { - position:absolute; - text-align:center; - font-family:'WalterTurncoat','ScalySansSmallCapsRemake', sans-serif; - font-size:10px; + position : absolute; + text-align : center; + font-family : WalterTurncoat; + font-size : 0.27cm; p, p + p { - margin:unset; - text-indent:unset; - line-height:1em; + margin : unset; + text-indent : unset; + line-height : 1em; } h5 { - font-size:1.3em; + font-size : 1.3em; + font-family : WalterTurncoat; } a{ - color:black; - text-decoration:unset; + color : black; + text-decoration : unset; &:hover { - text-decoration:underline; + text-decoration :underline; } } } diff --git a/themes/5ePhbLegacy.style.less b/themes/5ePhbLegacy.style.less index a5e5e4610..bb6c570d9 100644 --- a/themes/5ePhbLegacy.style.less +++ b/themes/5ePhbLegacy.style.less @@ -451,23 +451,24 @@ body { // *****************************/ .phb { .artist { - position:absolute; - text-align:center; - font-family:'WalterTurncoat','ScalySansSmallCapsRemake', sans-serif; - font-size:10px; + position : absolute; + text-align : center; + font-family : WalterTurncoat; + font-size : 0.27cm; p, p + p { - margin:unset; - text-indent:unset; - line-height:1em; + margin : unset; + text-indent : unset; + line-height : 1em; } h5 { - font-size:1.3em; + font-size : 1.3em; + font-family : WalterTurncoat; } a{ - color:black; - text-decoration:unset; + color : black; + text-decoration : unset; &:hover { - text-decoration:underline; + text-decoration : underline; } } } diff --git a/themes/fonts/5e/fonts.less b/themes/fonts/5e/fonts.less index be7e09d0e..df4f169d2 100644 --- a/themes/fonts/5e/fonts.less +++ b/themes/fonts/5e/fonts.less @@ -56,7 +56,7 @@ font-style: normal; } @font-face { - font-family: 'Walter Turncoat'; + font-family: WalterTurncoat; src: url('../fonts/5e/WalterTurncoat-Regular.woff2'); font-weight: normal; font-style: normal;