0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-22 11:47:52 +00:00

some fixes post merge.

This commit is contained in:
Gazook89
2024-05-15 21:25:45 -05:00
parent 5fb0e123e3
commit b748a597d2
7 changed files with 503 additions and 575 deletions

View File

@@ -1,5 +1,5 @@
@font-face {
font-family : 'Game Icons';
font-family : 'Game-Icons';
font-style : normal;
font-weight : normal;
src : url('../../../fonts/iconFonts/gameIcons.woff') format('woff');
@@ -10,7 +10,7 @@
/* use !important to prevent issues with browser extensions that change fonts */
display : inline-block;
margin-right : 3px;
font-family : 'Game Icons' !important;
font-family : 'Game-Icons' !important;
line-height : 1;
vertical-align : baseline;
-moz-osx-font-smoothing : grayscale;