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

Unified Diff: ui/file_manager/video_player/video_player.html

Issue 842813002: Avoid hardcoded font families. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/video_player/css/video_player.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/video_player/video_player.html
diff --git a/ui/file_manager/video_player/video_player.html b/ui/file_manager/video_player/video_player.html
index 0b791a8bb259a1491184299432157c56055e1477..38a55556ff06e16eff6cf30b360c2afdcb6670f6 100644
--- a/ui/file_manager/video_player/video_player.html
+++ b/ui/file_manager/video_player/video_player.html
@@ -8,6 +8,7 @@
<head>
<title>#xFEFF;</title>
<link rel="icon" type="image/png" href="images/icon/video-player-favicon32.png">
+ <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
<link rel="stylesheet" type="text/css" href="css/media_controls.css">
<link rel="stylesheet" href="chrome://resources/css/menu.css"></link>
« no previous file with comments | « ui/file_manager/video_player/css/video_player.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698