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

Unified Diff: chrome/browser/resources/chromeos/login/roboto_font.css

Issue 2043883004: Remove Roboto fonts from the resource bundle (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update chromeos font install script Created 4 years, 5 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: chrome/browser/resources/chromeos/login/roboto_font.css
diff --git a/chrome/browser/resources/chromeos/login/roboto_font.css b/chrome/browser/resources/chromeos/login/roboto_font.css
deleted file mode 100644
index 357cf379651ae551708cdc4d2ace4e757566cbe3..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/chromeos/login/roboto_font.css
+++ /dev/null
@@ -1,43 +0,0 @@
-/* Copyright 2014 The Chromium Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-/* TODO(dzhioev): get rid of this file, when we have Roboto among system fonts.
- * http://crbug.com/409047
- */
-
-@font-face {
- font-family: 'Roboto';
- font-style: normal;
- font-weight: 100;
- src: url(Roboto-Thin.ttf) format('truetype');
-}
-
-@font-face {
- font-family: 'Roboto';
- font-style: normal;
- font-weight: 300;
- src: url(Roboto-Light.ttf) format('truetype');
-}
-
-@font-face {
- font-family: 'Roboto';
- font-style: normal;
- font-weight: 400;
- src: url(Roboto-Regular.ttf) format('truetype');
-}
-
-@font-face {
- font-family: 'Roboto';
- font-style: normal;
- font-weight: 500;
- src: url(Roboto-Medium.ttf) format('truetype');
-}
-
-@font-face {
- font-family: 'Roboto';
- font-style: normal;
- font-weight: 700;
- src: url(Roboto-Bold.ttf) format('truetype');
-}
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe.html ('k') | chrome/browser/ui/webui/chromeos/login/oobe_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698