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

Unified Diff: appengine/chromium_rietveld/new_static/components/cr-linkified-text.html

Issue 896313003: Use Menlo if available. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 5 years, 10 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: appengine/chromium_rietveld/new_static/components/cr-linkified-text.html
diff --git a/appengine/chromium_rietveld/new_static/components/cr-linkified-text.html b/appengine/chromium_rietveld/new_static/components/cr-linkified-text.html
index 810a2654e32aed2bd26119ecb7fc00ebf3dd0894..d2ad057c1daeedd8d65a573e7d7e63c13156989f 100644
--- a/appengine/chromium_rietveld/new_static/components/cr-linkified-text.html
+++ b/appengine/chromium_rietveld/new_static/components/cr-linkified-text.html
@@ -10,7 +10,7 @@ found in the LICENSE file. -->
:host([pre]) {
white-space: pre-wrap;
word-wrap: break-word;
- font-family: Monaco, monospace;
+ font-family: Menlo, Monaco, monospace;
}
img {

Powered by Google App Engine
This is Rietveld 408576698