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

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

Issue 10836082: Change the UI font on CrOS to Noto Sans UI from 'Chrome Droid Sans'. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 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/gesture_config.css
===================================================================
--- chrome/browser/resources/gesture_config.css (revision 149664)
+++ chrome/browser/resources/gesture_config.css (working copy)
@@ -3,7 +3,7 @@
* found in the LICENSE file. */
body {
- font-family: 'Chrome Droid Sans', 'Droid Sans Fallback', sans-serif;
+ font-family: 'Noto Sans UI', 'Droid Sans Fallback', sans-serif;
Evan Stade 2012/08/02 23:42:53 ditto
font-size: 12px;
}

Powered by Google App Engine
This is Rietveld 408576698