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

Unified Diff: ui/webui/resources/css/roboto.css

Issue 1516233003: Incognito NTP style tweaks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update Roboto font with full charset version Created 4 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 | « ui/base/webui/web_ui_util.cc ('k') | ui/webui/resources/css/text_defaults_md.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/css/roboto.css
diff --git a/ui/webui/resources/css/roboto.css b/ui/webui/resources/css/roboto.css
index 34c0ad7bca1687cae0159986b1a945ef00d68138..c9554f23d38e600549fd7a246f5348ac55807f25 100644
--- a/ui/webui/resources/css/roboto.css
+++ b/ui/webui/resources/css/roboto.css
@@ -5,6 +5,14 @@
@font-face {
font-family: 'Roboto';
font-style: normal;
+ font-weight: 300;
+ src: local('Roboto Light'), local('Roboto-Light'),
+ url(chrome://resources/roboto/roboto-light.woff2) format('woff2');
+}
+
+@font-face {
+ font-family: 'Roboto';
+ font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'),
url(chrome://resources/roboto/roboto-regular.woff2) format('woff2');
« no previous file with comments | « ui/base/webui/web_ui_util.cc ('k') | ui/webui/resources/css/text_defaults_md.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698