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

Unified Diff: chrome/browser/resources/gesture_config.css

Issue 508593003: Update font preference to use Noto Sans CJK on CrOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2125
Patch Set: rebase to the branch head Created 6 years, 4 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/gesture_config.css
diff --git a/chrome/browser/resources/gesture_config.css b/chrome/browser/resources/gesture_config.css
index eec68a93155bca6482db392bce0b77b769b237bd..5b70596c77bc56dfcfca8c6cca0c83c119ac7aba 100644
--- a/chrome/browser/resources/gesture_config.css
+++ b/chrome/browser/resources/gesture_config.css
@@ -3,7 +3,7 @@
* found in the LICENSE file. */
body {
- font-family: 'Noto Sans UI', 'Droid Sans Fallback', sans-serif;
+ font-family: 'Noto Sans UI', sans-serif;
font-size: 12px;
}

Powered by Google App Engine
This is Rietveld 408576698