mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-19 01:12:45 +00:00
Fix ScalySans Font for Mac?
This commit is contained in:
@@ -267,6 +267,7 @@ body {
|
|||||||
// * MONSTER STAT BLOCK
|
// * MONSTER STAT BLOCK
|
||||||
// *****************************/
|
// *****************************/
|
||||||
.monster {
|
.monster {
|
||||||
|
.useSansSerif();
|
||||||
&.frame {
|
&.frame {
|
||||||
border-style : solid;
|
border-style : solid;
|
||||||
border-width : 7px 6px;
|
border-width : 7px 6px;
|
||||||
@@ -280,7 +281,7 @@ body {
|
|||||||
padding : 4px 2px;
|
padding : 4px 2px;
|
||||||
margin : 0px -6px 1em;
|
margin : 0px -6px 1em;
|
||||||
}
|
}
|
||||||
.useSansSerif();
|
|
||||||
//-webkit-transform : translateZ(0); //Prevents shadows from breaking across columns, but breaks internal columns...
|
//-webkit-transform : translateZ(0); //Prevents shadows from breaking across columns, but breaks internal columns...
|
||||||
position : relative;
|
position : relative;
|
||||||
padding : 0px;
|
padding : 0px;
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user