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

Unified Diff: chrome/browser/resources/chromeos/image_burner.html

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/chromeos/image_burner.html
===================================================================
--- chrome/browser/resources/chromeos/image_burner.html (revision 149664)
+++ chrome/browser/resources/chromeos/image_burner.html (working copy)
@@ -86,7 +86,7 @@
}
.default-text {
- 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 this should be using the same mechanism as all the
margin-bottom: 0;
}

Powered by Google App Engine
This is Rietveld 408576698