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

Unified Diff: chrome/browser/resources/md_downloads/vulcanized.html

Issue 1411463003: MD Downloads: re-vulcanize to fix font (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_downloads/vulcanized.html
diff --git a/chrome/browser/resources/md_downloads/vulcanized.html b/chrome/browser/resources/md_downloads/vulcanized.html
index fff21ea832b0d43abbd44e8b1908a97fc680e57f..c529faa0437623db6c5bb0ef0540092ee358233f 100644
--- a/chrome/browser/resources/md_downloads/vulcanized.html
+++ b/chrome/browser/resources/md_downloads/vulcanized.html
@@ -35,9 +35,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'),
- url("chrome://resources/roboto/roboto-regular-latin.woff2") format('woff2');
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
- U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
+ url("chrome://resources/roboto/roboto-regular.woff2") format('woff2');
}
@font-face {
@@ -45,9 +43,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
font-style: normal;
font-weight: 500;
src: local('Roboto Medium'), local('Roboto-Medium'),
- url("chrome://resources/roboto/roboto-medium-latin.woff2") format('woff2');
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
- U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
+ url("chrome://resources/roboto/roboto-medium.woff2") format('woff2');
}
</style>
@@ -1366,9 +1362,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'),
- url("chrome://resources/roboto/roboto-regular-latin.woff2") format('woff2');
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
- U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
+ url("chrome://resources/roboto/roboto-regular.woff2") format('woff2');
}
@font-face {
@@ -1376,9 +1370,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
font-style: normal;
font-weight: 500;
src: local('Roboto Medium'), local('Roboto-Medium'),
- url("chrome://resources/roboto/roboto-medium-latin.woff2") format('woff2');
- unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
- U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
+ url("chrome://resources/roboto/roboto-medium.woff2") format('woff2');
}
</style>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698