0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-09 18:02:39 +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,5 +1,6 @@
@import (less) './themes/assets/assets.less'; @import (less) './themes/assets/assets.less';
@import (less) './themes/fonts/icon fonts/font-icons.less'; @import (less) './themes/fonts/icon fonts/font-icons.less';
@import (less) './themes/fonts/icon fonts/dicefont.less';
:root { :root {
//Colors //Colors

View File

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

View File

@@ -1,6 +1,6 @@
/* Main Font, serif */ /* Icon Font: Elderberry Inn */
@font-face { @font-face {
font-family : 'Eldeberry-Inn'; font-family : 'Elderberry-Inn';
font-style : normal; font-style : normal;
font-weight : normal; font-weight : normal;
src : url('../../../fonts/icon fonts/Elderberry-Inn-Icons.woff2'); src : url('../../../fonts/icon fonts/Elderberry-Inn-Icons.woff2');
@@ -10,7 +10,7 @@
span.ei { span.ei {
display : inline-block; display : inline-block;
margin-right : 3px; margin-right : 3px;
font-family : 'Eldeberry-Inn'; font-family : 'Elderberry-Inn';
line-height : 1; line-height : 1;
vertical-align : baseline; vertical-align : baseline;
-moz-osx-font-smoothing : grayscale; -moz-osx-font-smoothing : grayscale;