Skip to content
New issue

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

Use font-family: inherit for elements rather than declaring Avenir Next #824

Closed
paulcpederson opened this issue Jun 28, 2017 · 0 comments
Closed

Comments

@paulcpederson
Copy link
Member

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).

@paulcpederson paulcpederson added this to the v1.0.0-rc.7 milestone Jun 28, 2017
@paulcpederson paulcpederson self-assigned this Jun 28, 2017
paulcpederson added a commit to paulcpederson/calcite-web that referenced this issue Jul 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant