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

Unified Diff: ui/file_manager/file_manager/audio_player/elements/track_list.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: ui/file_manager/file_manager/audio_player/elements/track_list.css
diff --git a/ui/file_manager/file_manager/audio_player/elements/track_list.css b/ui/file_manager/file_manager/audio_player/elements/track_list.css
index bc9500b787a195201ef1c9c16d7e1eef2ae064fd..b4700f47559fbc04447f976ae710f83a95a0df0b 100644
--- a/ui/file_manager/file_manager/audio_player/elements/track_list.css
+++ b/ui/file_manager/file_manager/audio_player/elements/track_list.css
@@ -10,7 +10,7 @@
cursor: default;
display: flex;
flex-direction: column;
- font-family: Open Sans, Droid Sans Fallback, sans-serif;
+ font-family: Noto Sans UI, sans-serif;
font-size: 10pt;
justify-content: flex-start;
left: 0;
« no previous file with comments | « ui/file_manager/file_manager/audio_player/css/audio_player.css ('k') | ui/file_manager/gallery/css/gallery.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698