mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-01 13:02:43 +00:00
add RPG awesome icons
This branch just does the same thing as the RPG Awesome repo, but more closely aligns with the code used in the other icon fonts and isn't an NPM package.
This commit is contained in:
@@ -9,6 +9,7 @@ const { markedEmoji: MarkedEmojis} = require('marked-emoji');
|
||||
//Icon fonts included so they can appear in emoji autosuggest dropdown
|
||||
const diceFont = require('../../themes/fonts/icon fonts/diceFont.js');
|
||||
const elderberryInn = require('../../themes/fonts/icon fonts/elderberryInn.js');
|
||||
const raRedux = require('../../themes/fonts/icon fonts/raRedux.js');
|
||||
|
||||
const MathParser = require('expr-eval').Parser;
|
||||
const renderer = new Marked.Renderer();
|
||||
@@ -636,6 +637,7 @@ const MarkedEmojiOptions = {
|
||||
emojis: {
|
||||
...diceFont,
|
||||
...elderberryInn,
|
||||
...raRedux,
|
||||
"fas-heart": "fa-solid fa-heart",
|
||||
"fas-star": "fa-solid fa-star"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user