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

Unified Diff: chrome/browser/resources/local_ntp/most_visited_title.html

Issue 786023002: Remove hard-coded font families in WebUI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert some changes that fail the tests. Created 6 years 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/local_ntp/most_visited_title.html
diff --git a/chrome/browser/resources/local_ntp/most_visited_title.html b/chrome/browser/resources/local_ntp/most_visited_title.html
index 5420eea02f9bcc074f6357e58b9f5b0e31261072..493547e3d70b6aee1027abde9862b6010e66f8c7 100644
--- a/chrome/browser/resources/local_ntp/most_visited_title.html
+++ b/chrome/browser/resources/local_ntp/most_visited_title.html
@@ -2,6 +2,7 @@
<html>
<head>
<meta charset="utf-8">
+ <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
<link rel="stylesheet" href="common.css">
<link rel="stylesheet" href="title.css">
<script src="util.js"></script>

Powered by Google App Engine
This is Rietveld 408576698