Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(736)

Unified Diff: lib/src/paper-styles/typography.html

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: code review updates Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/src/paper-styles/paper-styles.html ('k') | lib/src/paper-tabs/paper-tabs.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/paper-styles/typography.html
diff --git a/lib/src/paper-styles/typography.html b/lib/src/paper-styles/typography.html
index ce78602da92088ddedf24e223cb2dc2e5626cc64..4a599f872aae8c935aceb388d53938caa0841901 100644
--- a/lib/src/paper-styles/typography.html
+++ b/lib/src/paper-styles/typography.html
@@ -47,8 +47,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
/* @apply(--paper-font-common-base) */
font-family: 'Roboto', 'Noto', sans-serif;
-webkit-font-smoothing: antialiased;
- /* @apply(--paper-font-common-expensive-kerning); */
- text-rendering: optimizeLegibility;
+
/* @apply(--paper-font-common-nowrap); */
white-space: nowrap;
overflow: hidden;
@@ -64,8 +63,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
/* @apply(--paper-font-common-base) */
font-family: 'Roboto', 'Noto', sans-serif;
-webkit-font-smoothing: antialiased;
- /* @apply(--paper-font-common-expensive-kerning); */
- text-rendering: optimizeLegibility;
+
/* @apply(--paper-font-common-nowrap); */
white-space: nowrap;
overflow: hidden;
@@ -81,8 +79,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
/* @apply(--paper-font-common-base) */
font-family: 'Roboto', 'Noto', sans-serif;
-webkit-font-smoothing: antialiased;
- /* @apply(--paper-font-common-expensive-kerning); */
- text-rendering: optimizeLegibility;
+
font-size: 45px;
font-weight: 400;
@@ -94,8 +91,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
/* @apply(--paper-font-common-base) */
font-family: 'Roboto', 'Noto', sans-serif;
-webkit-font-smoothing: antialiased;
- /* @apply(--paper-font-common-expensive-kerning); */
- text-rendering: optimizeLegibility;
+
font-size: 34px;
font-weight: 400;
@@ -107,8 +103,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
/* @apply(--paper-font-common-base) */
font-family: 'Roboto', 'Noto', sans-serif;
-webkit-font-smoothing: antialiased;
- /* @apply(--paper-font-common-expensive-kerning); */
- text-rendering: optimizeLegibility;
+
font-size: 24px;
font-weight: 400;
@@ -120,8 +115,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
/* @apply(--paper-font-common-base) */
font-family: 'Roboto', 'Noto', sans-serif;
-webkit-font-smoothing: antialiased;
- /* @apply(--paper-font-common-expensive-kerning); */
- text-rendering: optimizeLegibility;
+
/* @apply(--paper-font-common-nowrap); */
white-space: nowrap;
overflow: hidden;
@@ -136,8 +130,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
/* @apply(--paper-font-common-base) */
font-family: 'Roboto', 'Noto', sans-serif;
-webkit-font-smoothing: antialiased;
- /* @apply(--paper-font-common-expensive-kerning); */
- text-rendering: optimizeLegibility;
+
font-size: 16px;
font-weight: 400;
@@ -183,8 +176,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
/* @apply(--paper-font-common-base) */
font-family: 'Roboto', 'Noto', sans-serif;
-webkit-font-smoothing: antialiased;
- /* @apply(--paper-font-common-expensive-kerning); */
- text-rendering: optimizeLegibility;
+
/* @apply(--paper-font-common-nowrap); */
white-space: nowrap;
overflow: hidden;
@@ -199,8 +191,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
/* @apply(--paper-font-common-base) */
font-family: 'Roboto', 'Noto', sans-serif;
-webkit-font-smoothing: antialiased;
- /* @apply(--paper-font-common-expensive-kerning); */
- text-rendering: optimizeLegibility;
+
/* @apply(--paper-font-common-nowrap); */
white-space: nowrap;
overflow: hidden;
« no previous file with comments | « lib/src/paper-styles/paper-styles.html ('k') | lib/src/paper-tabs/paper-tabs.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698