| Index: polymer_1.2.3/bower_components/paper-styles/classes/typography.html
|
| diff --git a/polymer_1.0.4/bower_components/paper-styles/classes/typography.html b/polymer_1.2.3/bower_components/paper-styles/classes/typography.html
|
| similarity index 89%
|
| copy from polymer_1.0.4/bower_components/paper-styles/classes/typography.html
|
| copy to polymer_1.2.3/bower_components/paper-styles/classes/typography.html
|
| index 5514abb9d751d4875542975607ce519fe495ded9..e6163a8176afde2c66fd80f96d523f01968d94cd 100644
|
| --- a/polymer_1.0.4/bower_components/paper-styles/classes/typography.html
|
| +++ b/polymer_1.2.3/bower_components/paper-styles/classes/typography.html
|
| @@ -7,9 +7,7 @@ The complete set of contributors may be found at http://polymer.github.io/CONTRI
|
| Code distributed by Google as part of the polymer project is also
|
| subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
| -->
|
| -<!-- TODO(nevir): Should we upgrade Polymer/font-roboto to the final font? -->
|
| -<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic">
|
| -<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Inconsolata:400,700">
|
| +<link rel="import" href="../../font-roboto/roboto.html">
|
|
|
| <!--
|
| Typographic styles are provided matching the Material Design standard styles:
|
| @@ -44,7 +42,7 @@ Design typography section.
|
|
|
| .paper-font-code2,
|
| .paper-font-code1 {
|
| - font-family: 'Inconsolata', 'Consolas', 'Source Code Pro', 'Monaco', 'Menlo', monospace;
|
| + font-family: 'Roboto Mono', 'Consolas', 'Menlo', monospace;
|
| -webkit-font-smoothing: antialiased; /* OS X subpixel AA bleed bug */
|
| }
|
|
|
| @@ -164,7 +162,7 @@ styles. All other styles should exist as single lines."
|
|
|
| .paper-font-code1 {
|
| font-size: 14px;
|
| - font-weight: 700;
|
| + font-weight: 500;
|
| line-height: 20px;
|
| }
|
|
|
|
|