X-Git-Url: https://git.auder.net/?p=xogo.git;a=blobdiff_plain;f=variants%2FDice%2Fstyle.css;fp=variants%2FDice%2Fstyle.css;h=c9ed898622aa27fced1c4a30cebbb31b4bc98f2b;hp=5881bc3f4d3a60d4126e4c2b72de8d71aa625b2b;hb=04d93b7bb3b64ecdf3fb7219eee42879f0200b88;hpb=7fbcb53de45ba7b7aed99d6087928779713810b1 diff --git a/variants/Dice/style.css b/variants/Dice/style.css index 5881bc3..c9ed898 100644 --- a/variants/Dice/style.css +++ b/variants/Dice/style.css @@ -1,5 +1,11 @@ @import url("/base_pieces.css"); +/* doesn't work: +@font-face { + font-family: chess-font; + src: url(/assets/FreeSerifBold-rdMp.otf); +} */ + div.piece-text { position: relative; margin-top: 15px; @@ -8,5 +14,10 @@ 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; +} */