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

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

Issue 846833002: Make Roboto accessible from chrome://resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/roboto/OWNERS » ('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 a208bbf3166fc6de70196738e4bcd588791a301f..1d1f0d4dc6c0c862d27f671cfda4644c409bfdf1 100644
--- a/chrome/browser/resources/contextual_search/promo.css
+++ b/chrome/browser/resources/contextual_search/promo.css
@@ -7,7 +7,8 @@
font-family: 'Roboto2';
font-weight: 400;
src: local('Roboto'), local('Roboto2-Regular'),
- url(/roboto.woff2) format('woff2'), url(/roboto.woff) format('woff');
+ url(chrome://resources/roboto/roboto.woff2) format('woff2'),
+ url(chrome://resources/roboto/roboto.woff) format('woff');
}
body {
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/roboto/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698