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

Product line-wide consistency #57

Closed
2 tasks
tjsavage opened this issue Nov 30, 2015 · 2 comments
Closed
2 tasks

Product line-wide consistency #57

tjsavage opened this issue Nov 30, 2015 · 2 comments

Comments

@tjsavage
Copy link
Contributor

@notwaldorf
Copy link
Contributor

Notes: for the font-consistency item, PolymerElements/paper-styles#80 should get us most of the way there. If all the elements would just use the mixins defined in typography.html, vs using their own, then changing the font across all paper elements is just a css selector

<style is="custom-style">
    :root {
      --paper-font-common-base: {
        font-family: serif !important;
      };
    };
</style>

@notwaldorf
Copy link
Contributor

Going to close this and track this into a separate planning document for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants