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

Unified Diff: ui/webui/resources/webui_resources.grd

Issue 1142893002: Add Roboto-Medium webfont and factor out common Roboto WebUI CSS file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rearrange properties in promo.css to abate presubmit Created 5 years, 7 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 | « ui/webui/resources/roboto/roboto-regular-latin.woff2 ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/webui_resources.grd
diff --git a/ui/webui/resources/webui_resources.grd b/ui/webui/resources/webui_resources.grd
index 363e28936f379cba0e81b984b833a720d7e50728..dfffb37c6f7b7fffb9d9a30631a136066131defb 100644
--- a/ui/webui/resources/webui_resources.grd
+++ b/ui/webui/resources/webui_resources.grd
@@ -18,8 +18,8 @@ without changes to the corresponding grd file. -->
<include name="IDR_WEBUI_JSTEMPLATE_JS" file="js/jstemplate_compiled.js" flattenhtml="true" type="BINDATA" />
<include name="IDR_WEBUI_ANALYTICS_JS" file="js/analytics.js" flattenhtml="true" type="BINDATA" />
<!-- Roboto Font -->
- <include name="IDR_WEBUI_ROBOTO_ROBOTO_WOFF" file="roboto/roboto.woff" type="BINDATA" />
- <include name="IDR_WEBUI_ROBOTO_ROBOTO_WOFF2" file="roboto/roboto.woff2" type="BINDATA" />
+ <include name="IDR_WEBUI_ROBOTO_ROBOTO_REGULAR_LATIN_WOFF2" file="roboto/roboto-regular-latin.woff2" type="BINDATA" />
+ <include name="IDR_WEBUI_ROBOTO_ROBOTO_MEDIUM_LATIN_WOFF2" file="roboto/roboto-medium-latin.woff2" type="BINDATA" />
<!-- Component apps common image resources - 1x -->
<!-- White button -->
@@ -238,6 +238,8 @@ without changes to the corresponding grd file. -->
<structure name="IDR_WEBUI_CSS_OVERLAY"
file="css/overlay.css" type="chrome_html"
flattenhtml="true" />
+ <structure name="IDR_WEBUI_CSS_ROBOTO"
+ file="css/roboto.css" type="chrome_html" />
<structure name="IDR_WEBUI_CSS_SPINNER"
file="css/spinner.css" type="chrome_html" />
<structure name="IDR_WEBUI_CSS_TABLE"
« no previous file with comments | « ui/webui/resources/roboto/roboto-regular-latin.woff2 ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698