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

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

Issue 786023002: Remove hard-coded font families in WebUI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix the presubmit warnings. 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:
Download patch
Index: chrome/browser/resources/chromeos/about_os_credits.html
diff --git a/chrome/browser/resources/chromeos/about_os_credits.html b/chrome/browser/resources/chromeos/about_os_credits.html
index 2aa99c5be3d3aa7d2577d793a096eb70221e2c03..578d476d785218f8911fef8ad050553ff98c3284 100644
--- a/chrome/browser/resources/chromeos/about_os_credits.html
+++ b/chrome/browser/resources/chromeos/about_os_credits.html
@@ -3,9 +3,9 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Credits</title>
+<link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
<style>
body {
- font-family:Helvetica,Arial,sans-serif;
background-color:white;
font-size:84%;
max-width:1020px;

Powered by Google App Engine
This is Rietveld 408576698