Fix Dice display
[xogo.git] / variants / Dice / style.css
index 5881bc3..ad11010 100644 (file)
@@ -1,5 +1,10 @@
 @import url("/base_pieces.css");
 
+@font-face {
+  font-family: chess-font;
+  src: url(/assets/MERIFONT.TTF);
+}
+
 div.piece-text {
   position: relative;
   margin-top: 15px;
@@ -8,5 +13,12 @@ div.piece-text {
   background-color: transparent;
   color: darkred;
   font-weight: bold;
-  font-size: 2em;
+  font-size: 1.7em;
+}
+
+div.piece-text > span.symb {
+  font-family: chess-font;
+  display: inline-block;
+  position: relative;
+  top: 5px;
 }