update
[xogo.git] / variants / Dice / style.css
1 @import url("/base_pieces.css");
2
3 /* doesn't work:
4 @font-face {
5 font-family: chess-font;
6 src: url(/assets/FreeSerifBold-rdMp.otf);
7 } */
8
9 div.piece-text {
10 position: relative;
11 margin-top: 15px;
12 width: 100%;
13 text-align: center;
14 background-color: transparent;
15 color: darkred;
16 font-weight: bold;
17 font-size: 1.7em;
18 }
19
20 /*
21 div.piece-text > span.symb {
22 font-family: chess-font;
23 } */