update
[xogo.git] / variants / Dice / style.css
CommitLineData
d01282a5
BA
1@import url("/base_pieces.css");
2
04d93b7b
BA
3/* doesn't work:
4@font-face {
5 font-family: chess-font;
6 src: url(/assets/FreeSerifBold-rdMp.otf);
7} */
8
d01282a5
BA
9div.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;
04d93b7b 17 font-size: 1.7em;
d01282a5 18}
04d93b7b
BA
19
20/*
21div.piece-text > span.symb {
22 font-family: chess-font;
23} */