fix: icon fonts not loading in inputs

This commit is contained in:
SethBurkart123
2024-10-04 12:24:36 +10:00
parent 881339d016
commit d624e9df32
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -9,6 +9,10 @@
font-display: block;
}
input.unitRight {
font-family: 'icomoon';
}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;