fix mono zeros on buttons

This commit is contained in:
saml33 2023-05-04 11:18:26 +10:00
parent cbb88dcbe5
commit a586f8604e
1 changed files with 2 additions and 0 deletions

View File

@ -402,6 +402,8 @@ body {
button {
@apply default-transition tracking-wider focus:outline-none;
-webkit-font-feature-settings: 'zero' 1;
font-feature-settings: 'zero' 1;
}
svg {