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

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: fallback to sans-serif 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..9d88ed0f732666992ca083cd52b16bc6933e78f5 100644
--- a/chrome/browser/resources/contextual_search/promo.css
+++ b/chrome/browser/resources/contextual_search/promo.css
@@ -3,13 +3,13 @@
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');
Dan Beam 2014/08/06 21:01:12 80 col wrap
Mathieu 2014/08/08 14:08:27 Done.
}
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