0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-06 10:02:43 +00:00

Adjustments to match Emojis PR

This commit is contained in:
Trevor Buckner
2024-05-16 17:04:02 -04:00
parent 0d1a3d55cf
commit a2e065c5d8

View File

@@ -3,11 +3,10 @@
font-family : 'Elderberry-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/iconFonts/elderberryInn.woff2');
} }
.page { .ei {
span.ei {
display : inline-block; display : inline-block;
margin-right : 3px; margin-right : 3px;
font-family : 'Elderberry-Inn'; font-family : 'Elderberry-Inn';
@@ -222,5 +221,4 @@
&.wall-of-stone::before { content : '\E9BD'; } &.wall-of-stone::before { content : '\E9BD'; }
&.wall-of-thorns::before { content : '\E9BE'; } &.wall-of-thorns::before { content : '\E9BE'; }
&.wish::before { content : '\E9BF'; } &.wish::before { content : '\E9BF'; }
}
} }