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

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: Reinstate Roboto and add text_defaults_md.css 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
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');
Dan Beam 2016/01/12 23:05:52 this will probably piss off some bots (it's gonna
edwardjung 2016/01/13 21:24:07 What's the procedure for getting this through? Any
Dan Beam 2016/01/13 21:51:41 not sure. maybe it wont trip the bots? but you c
+}
+
+@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');

Powered by Google App Engine
This is Rietveld 408576698