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

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

Issue 1975763003: Remove Roboto 300 weight from build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: ui/webui/resources/css/roboto.css
diff --git a/ui/webui/resources/css/roboto.css b/ui/webui/resources/css/roboto.css
index c9554f23d38e600549fd7a246f5348ac55807f25..34c0ad7bca1687cae0159986b1a945ef00d68138 100644
--- a/ui/webui/resources/css/roboto.css
+++ b/ui/webui/resources/css/roboto.css
@@ -5,14 +5,6 @@
@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 | « chrome/browser/resources/ntp4/incognito_and_guest_tab.css ('k') | ui/webui/resources/roboto/roboto-light.woff2 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698