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:
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
Reference in New Issue
Block a user