We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right now we declare:
form, select, button, input { font-family: "Avenir Next", "Helvetica Neue", sans-serif; }
I think we should use:
form, select, button, input { font-family: inherit; }
This seems to work, and will make switching the face for Vietnamese much easier (https://github.com/Esri/calcite-web/blob/master/lib/sass/calcite-web/type/_i18n.scss).
The text was updated successfully, but these errors were encountered:
Esri#824 - use font-family:inherit instead of explicity avenir next d…
1c5bf0d
…eclaration
paulcpederson
No branches or pull requests
Right now we declare:
I think we should use:
This seems to work, and will make switching the face for Vietnamese much easier (https://github.com/Esri/calcite-web/blob/master/lib/sass/calcite-web/type/_i18n.scss).
The text was updated successfully, but these errors were encountered: