font-family inherited for text inputs

This commit is contained in:
NikolaBorislavovHristov 2019-05-16 19:22:44 +03:00
parent 812da52f11
commit aaf7b50e31

View file

@ -91,6 +91,7 @@ html, body, :global(#app) {
user-select: text;
font-size: inherit;
line-height: inherit;
font-family: inherit;
}
}