0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-01 08:42:45 +00:00

add elderberryInn to emoji syntax

This commit is contained in:
Trevor Buckner
2024-04-18 23:06:21 -04:00
parent 8cbc7a68e5
commit 83103a893a
5 changed files with 23 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
@import (less) './themes/assets/assets.less';
@import (less) './themes/fonts/icon fonts/font-icons.less';
@import (less) './themes/fonts/icon fonts/elderberryInn.less';
@import (less) './themes/fonts/icon fonts/diceFont.less';
:root {

View File

@@ -1,4 +1,4 @@
const dicefont = {
const diceFont = {
"df-F" : "df F",
"df-F-minus" : "df F-minus",
"df-F-plus" : "df F-plus",
@@ -90,7 +90,7 @@ const dicefont = {
"df-solid-small-dot-d6-3" : "df solid-small-dot-d6-3",
"df-solid-small-dot-d6-4" : "df solid-small-dot-d6-4",
"df-solid-small-dot-d6-5" : "df solid-small-dot-d6-5",
"df-solid-small-dot-d6-6" : "df solid-small-dot-d6-6",
"df-solid-small-dot-d6-6" : "df solid-small-dot-d6-6"
}
module.exports = dicefont;
module.exports = diceFont;