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

Unified Diff: chrome/browser/resources/settings/device_page/night_light_slider.html

Issue 2951213004: [MD-Settings][Night Light] String and font changes requests (Closed)
Patch Set: Created 3 years, 6 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 | « chrome/app/settings_strings.grdp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/device_page/night_light_slider.html
diff --git a/chrome/browser/resources/settings/device_page/night_light_slider.html b/chrome/browser/resources/settings/device_page/night_light_slider.html
index 78a92c7b5d74ba14a05b1904f8d29a0b25901bcf..8374a34fa6de3163ba0fae387b21fd8a18ba920b 100644
--- a/chrome/browser/resources/settings/device_page/night_light_slider.html
+++ b/chrome/browser/resources/settings/device_page/night_light_slider.html
@@ -3,11 +3,13 @@
<link rel="import" href="chrome://resources/polymer/v1_0/iron-a11y-keys-behavior/iron-a11y-keys-behavior.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-behaviors/paper-inky-focus-behavior.html">
<link rel="import" href="../prefs/prefs_behavior.html">
+<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
</head><body><dom-module id="night-light-slider">
<template>
<style>
:host {
cursor: default;
+ font-family: 'Roboto', sans-serif;
text-align: center;
user-select: none;
}
@@ -79,7 +81,6 @@
background: var(--google-blue-700);
border-radius: 14px;
color: white;
- font-family: Roboto-Bold;
font-size: 12px;
left: 0;
line-height: 1.5em;
@@ -122,7 +123,6 @@
#legendContainer > div {
color: rgb(100, 100, 100);
- font-family: Roboto-Regular;
font-size: 12px;
margin-left: -2.5em;
position: absolute;
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698