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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html><html i18n-values="dir:textdirection;lang:language"><head><!-- 1 <!DOCTYPE html><html i18n-values="dir:textdirection;lang:language"><head><!--
2 @license 2 @license
3 Copyright (c) 2014 The Polymer Project Authors. All rights reserved. 3 Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
4 This code may only be used under the BSD style license found at http://polymer.g ithub.io/LICENSE.txt 4 This code may only be used under the BSD style license found at http://polymer.g ithub.io/LICENSE.txt
5 The complete set of authors may be found at http://polymer.github.io/AUTHORS.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/CONTRI BUTORS.txt 6 The complete set of contributors may be found at http://polymer.github.io/CONTRI BUTORS.txt
7 Code distributed by Google as part of the polymer project is also 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/PATEN TS.txt 8 subject to an additional IP rights grant found at http://polymer.github.io/PATEN TS.txt
9 --><!-- 9 --><!--
10 @license 10 @license
(...skipping 17 matching lines...) Expand all
28 <style> 28 <style>
29 /* Copyright 2015 The Chromium Authors. All rights reserved. 29 /* Copyright 2015 The Chromium Authors. All rights reserved.
30 * Use of this source code is governed by a BSD-style license that can be 30 * Use of this source code is governed by a BSD-style license that can be
31 * found in the LICENSE file. */ 31 * found in the LICENSE file. */
32 32
33 @font-face { 33 @font-face {
34 font-family: 'Roboto'; 34 font-family: 'Roboto';
35 font-style: normal; 35 font-style: normal;
36 font-weight: 400; 36 font-weight: 400;
37 src: local('Roboto'), local('Roboto-Regular'), 37 src: local('Roboto'), local('Roboto-Regular'),
38 url("chrome://resources/roboto/roboto-regular-latin.woff2") format('woff2' ); 38 url("chrome://resources/roboto/roboto-regular.woff2") format('woff2');
39 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
40 U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
41 } 39 }
42 40
43 @font-face { 41 @font-face {
44 font-family: 'Roboto'; 42 font-family: 'Roboto';
45 font-style: normal; 43 font-style: normal;
46 font-weight: 500; 44 font-weight: 500;
47 src: local('Roboto Medium'), local('Roboto-Medium'), 45 src: local('Roboto Medium'), local('Roboto-Medium'),
48 url("chrome://resources/roboto/roboto-medium-latin.woff2") format('woff2') ; 46 url("chrome://resources/roboto/roboto-medium.woff2") format('woff2');
49 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
50 U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
51 } 47 }
52 48
53 </style> 49 </style>
54 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> 50 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
55 <script src="chrome://resources/js/load_time_data.js"></script> 51 <script src="chrome://resources/js/load_time_data.js"></script>
56 <style> 52 <style>
57 /* IE 10 support for HTML5 hidden attr */ 53 /* IE 10 support for HTML5 hidden attr */
58 [hidden] { 54 [hidden] {
59 display: none !important; 55 display: none !important;
60 } 56 }
(...skipping 1298 matching lines...) Expand 10 before | Expand all | Expand 10 after
1359 <style> 1355 <style>
1360 /* Copyright 2015 The Chromium Authors. All rights reserved. 1356 /* Copyright 2015 The Chromium Authors. All rights reserved.
1361 * Use of this source code is governed by a BSD-style license that can be 1357 * Use of this source code is governed by a BSD-style license that can be
1362 * found in the LICENSE file. */ 1358 * found in the LICENSE file. */
1363 1359
1364 @font-face { 1360 @font-face {
1365 font-family: 'Roboto'; 1361 font-family: 'Roboto';
1366 font-style: normal; 1362 font-style: normal;
1367 font-weight: 400; 1363 font-weight: 400;
1368 src: local('Roboto'), local('Roboto-Regular'), 1364 src: local('Roboto'), local('Roboto-Regular'),
1369 url("chrome://resources/roboto/roboto-regular-latin.woff2") format('woff2' ); 1365 url("chrome://resources/roboto/roboto-regular.woff2") format('woff2');
1370 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
1371 U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
1372 } 1366 }
1373 1367
1374 @font-face { 1368 @font-face {
1375 font-family: 'Roboto'; 1369 font-family: 'Roboto';
1376 font-style: normal; 1370 font-style: normal;
1377 font-weight: 500; 1371 font-weight: 500;
1378 src: local('Roboto Medium'), local('Roboto-Medium'), 1372 src: local('Roboto Medium'), local('Roboto-Medium'),
1379 url("chrome://resources/roboto/roboto-medium-latin.woff2") format('woff2') ; 1373 url("chrome://resources/roboto/roboto-medium.woff2") format('woff2');
1380 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
1381 U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
1382 } 1374 }
1383 1375
1384 </style> 1376 </style>
1385 <style is="custom-style"> 1377 <style is="custom-style">
1386 1378
1387 :root { 1379 :root {
1388 1380
1389 /* Shared Styles */ 1381 /* Shared Styles */
1390 1382
1391 /* 1383 /*
(...skipping 2134 matching lines...) Expand 10 before | Expand all | Expand 10 after
3526 </div> 3518 </div>
3527 <downloads-manager></downloads-manager> 3519 <downloads-manager></downloads-manager>
3528 <command id="clear-all-command" shortcut="Alt-U+0043"></command> 3520 <command id="clear-all-command" shortcut="Alt-U+0043"></command>
3529 <if expr="is_macosx"> 3521 <if expr="is_macosx">
3530 <command id="undo-command" shortcut="Meta-U+005A"></command> 3522 <command id="undo-command" shortcut="Meta-U+005A"></command>
3531 </if> 3523 </if>
3532 <if expr="not is_macosx"> 3524 <if expr="not is_macosx">
3533 <command id="undo-command" shortcut="Ctrl-U+005A"></command> 3525 <command id="undo-command" shortcut="Ctrl-U+005A"></command>
3534 </if> 3526 </if>
3535 <script src="crisper.js"></script></body></html> 3527 <script src="crisper.js"></script></body></html>
OLDNEW
« 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