diff --git a/tests/wallets/index.html b/tests/wallets/index.html index e55cb47ca..5dc762ed9 100644 --- a/tests/wallets/index.html +++ b/tests/wallets/index.html @@ -39,6 +39,22 @@ box-sizing: border-box; } + .material-icons, + .q-icon, + .q-notification__icon { + font-family: 'Material Icons' !important; + font-feature-settings: 'liga'; + font-style: normal; + font-weight: 400; + letter-spacing: normal; + line-height: 1; + text-transform: none; + white-space: nowrap; + word-wrap: normal; + direction: ltr; + -webkit-font-smoothing: antialiased; + } + [v-cloak] { display: none; }