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

Unified Diff: chrome/browser/resources/contextual_search/promo.css

Issue 450433002: [Resources] Move roboto.woff and add roboto.woff2 to a roboto/ directory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 4 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 | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/contextual_search/roboto.woff » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/contextual_search/promo.css
diff --git a/chrome/browser/resources/contextual_search/promo.css b/chrome/browser/resources/contextual_search/promo.css
index d5c57e50a207412d8fd3ee86ac9c6c691066b538..3fd54966481cc1c3ff5175a8d37e64ea3a8bbf0c 100644
--- a/chrome/browser/resources/contextual_search/promo.css
+++ b/chrome/browser/resources/contextual_search/promo.css
@@ -3,13 +3,14 @@
found in the LICENSE file.
*/
@font-face {
- font-family: 'Roboto';
+ font-family: 'Roboto2';
font-weight: 400;
- src: url(/roboto.woff) format('woff');
+ src: local('Roboto'), local('Roboto2-Regular'),
+ url(/roboto.woff2) format('woff2'), url(/roboto.woff) format('woff');
}
body {
- font-family: 'Roboto';
+ font-family: 'Roboto2', sans-serif;
font-size: 1em;
margin: 0;
}
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/contextual_search/roboto.woff » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698