diff --git a/themes/5ePhb.style.less b/themes/5ePhb.style.less index 3ca74dbf4..c5f3fdc90 100644 --- a/themes/5ePhb.style.less +++ b/themes/5ePhb.style.less @@ -267,6 +267,7 @@ body { // * MONSTER STAT BLOCK // *****************************/ .monster { + .useSansSerif(); &.frame { border-style : solid; border-width : 7px 6px; @@ -280,7 +281,7 @@ body { padding : 4px 2px; margin : 0px -6px 1em; } - .useSansSerif(); + //-webkit-transform : translateZ(0); //Prevents shadows from breaking across columns, but breaks internal columns... position : relative; padding : 0px; diff --git a/themes/fonts/5e/Scaly Sans.woff2 b/themes/fonts/5e/Scaly Sans.woff2 index dd01bbf50..26fecef4b 100644 Binary files a/themes/fonts/5e/Scaly Sans.woff2 and b/themes/fonts/5e/Scaly Sans.woff2 differ