0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-21 13:42:46 +00:00

Fix Dicefont

This commit is contained in:
Trevor Buckner
2024-03-18 16:52:43 -04:00
parent bf267436b0
commit b727c56e56
4 changed files with 10 additions and 12 deletions

View File

@@ -1,13 +1,10 @@
/*
Icon Font: dicefont
*/
/* Icon Font: dicefont */
@font-face {
font-family: 'DiceFont';
src: url('../../../fonts/5e/dicefont.woff2') format('woff2'),
url('../../../fonts/5e/dicefont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
font-family : 'DiceFont';
font-style : normal;
font-weight : normal;
src: url('../../../fonts/icon fonts/dicefont.woff2');
}
.df {
display: inline-block;