0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-02 08:32:41 +00:00

Fix ScalySans Font for Mac?

This commit is contained in:
Trevor Buckner
2021-08-06 00:49:42 -04:00
parent 303de4ae8a
commit 17926775e7
2 changed files with 2 additions and 1 deletions

View File

@@ -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;

Binary file not shown.