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

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

Issue 2411923004: Stop including roboto.woff files on Android (Closed)
Patch Set: Created 4 years, 2 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 | « no previous file | ui/webui/resources/webui_resources.grd » ('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 00cbd32a078bb5875134dd74a8316ad20004b0bc..af0bdbc6a9762e73882e4547cdbbed99432bb4ce 100644
--- a/ui/webui/resources/css/roboto.css
+++ b/ui/webui/resources/css/roboto.css
@@ -2,7 +2,7 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
-<if expr="not chromeos">
+<if expr="not chromeos and not is_android">
@font-face {
font-family: 'Roboto';
font-style: normal;
« no previous file with comments | « no previous file | ui/webui/resources/webui_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698