3 Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
4 This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
5 The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
6 The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
7 Code distributed by Google as part of the polymer project is also
8 subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
10 <link rel=
"import" href=
"../paper-styles-classes.html">
13 A set of base styles that are applied to the document and standard elements that
14 match the Material Design spec.
18 Note that there is a lot of style duplication here. The hope is that the Polymer
19 0.8 styling solution will allow for inheritance of properties so that we can
27 font-family: 'Roboto', 'Noto', sans-serif;
28 -webkit-font-smoothing: antialiased; /* OS X subpixel AA bleed bug */
31 /* [paper-font=display2] */
35 letter-spacing: -
.018em;
39 /* [paper-font=display1] */
43 letter-spacing: -
.01em;
47 /* [paper-font=headline] */
51 letter-spacing: -
.012em;
55 /* [paper-font=subhead] */
62 /* [paper-font=body2] */
69 /* [paper-font=button] */
73 letter-spacing:
0.018em;
75 text-transform: uppercase;
84 h1, h2, h3, h4, h5, h6, p {
88 h1, h2, h3, h4, h5, h6, a {
89 text-rendering: optimizeLegibility;
93 text-decoration: none;