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

Unified Diff: ui/file_manager/video_player/css/video_player.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
« no previous file with comments | « ui/file_manager/gallery/css/gallery.css ('k') | ui/strings/translations/app_locale_settings_ja.xtb » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/video_player/css/video_player.css
diff --git a/ui/file_manager/video_player/css/video_player.css b/ui/file_manager/video_player/css/video_player.css
index 64deea8f266ba49c94c0d0d408efb67fd37dce9e..38b51ba33470e211a22235208c446577ed34e6d1 100644
--- a/ui/file_manager/video_player/css/video_player.css
+++ b/ui/file_manager/video_player/css/video_player.css
@@ -5,7 +5,7 @@
body {
-webkit-user-select: none;
background: black;
- font-family: Noto Sans UI,Droid Sans Fallback,sans-serif;
+ font-family: Noto Sans UI,sans-serif;
font-size: 84%;
margin: 0;
overflow: hidden;
« no previous file with comments | « ui/file_manager/gallery/css/gallery.css ('k') | ui/strings/translations/app_locale_settings_ja.xtb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698