From 6c8265688f33d518556f8ead2d23e2021df19467 Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Mon, 13 Oct 2025 20:10:31 -0400 Subject: [PATCH] Restore missing empty d10 --- themes/fonts/iconFonts/diceFont.less | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/fonts/iconFonts/diceFont.less b/themes/fonts/iconFonts/diceFont.less index 8b20e0ab8..a49be2da3 100644 --- a/themes/fonts/iconFonts/diceFont.less +++ b/themes/fonts/iconFonts/diceFont.less @@ -33,6 +33,7 @@ &.F-minus::before { content : '\f191'; } &.F-plus::before { content : '\f192'; } &.F-zero::before { content : '\f193'; } + &.d10::before { content : '\f194'; } &.d12::before { content : '\f195'; } &.d12-1::before { content : '\f10b'; } &.d12-10::before { content : '\f10c'; }