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

Unified Diff: chrome/browser/resources/chromeos/login/login_non_lock_shared.html

Issue 2398383002: ChromeOS: Update Welcome screen material design OOBE. (Closed)
Patch Set: Fixed Roboto-Meduim font and several font sizes. 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
Index: chrome/browser/resources/chromeos/login/login_non_lock_shared.html
diff --git a/chrome/browser/resources/chromeos/login/login_non_lock_shared.html b/chrome/browser/resources/chromeos/login/login_non_lock_shared.html
index 10ac9cddec7ead3d4ae075d58b7e34fcf3638ab7..fdedde50bb2d9948716cd22dca9c3992f6e7719b 100644
--- a/chrome/browser/resources/chromeos/login/login_non_lock_shared.html
+++ b/chrome/browser/resources/chromeos/login/login_non_lock_shared.html
@@ -3,6 +3,13 @@ This file is included for OOBE and login. If a file is also needed by the lock
screen, it should be added to login_shared.html
-->
+<!-- There is no way to include custom style, so let's place it here.-->
michaelpg 2016/10/09 21:02:51 This doesn't need to be a custom-style.
Alexander Alekseev 2016/10/11 00:01:53 Done.
+<style is="custom-style">
+ :root {
+ --oobe-roboto-medium: 500 12px Roboto;
+ }
+</style>
+
<link rel="stylesheet" href="api_keys_notice.css">
<link rel="stylesheet" href="network_dropdown.css">

Powered by Google App Engine
This is Rietveld 408576698