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

Unified Diff: appengine/chromium_rietveld/new_static/components/common.css

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
« no previous file with comments | « no previous file | appengine/chromium_rietveld/new_static/components/cr-diff.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/chromium_rietveld/new_static/components/common.css
diff --git a/appengine/chromium_rietveld/new_static/components/common.css b/appengine/chromium_rietveld/new_static/components/common.css
index 00fe2c62ff5fbab2d83160876d0e7208f6b7c7ed..dcdd18749bf327f0935ead243fd1e96fc5b857d2 100644
--- a/appengine/chromium_rietveld/new_static/components/common.css
+++ b/appengine/chromium_rietveld/new_static/components/common.css
@@ -79,7 +79,7 @@ input[type=text] {
border: 1px solid rgba(0, 0, 0, 0.15);
border-top: 1px solid rgba(0, 0, 0, 0.25);
box-sizing: border-box;
- font-family: Monaco, monospace;
+ font-family: Menlo, Monaco, monospace;
font-size: 1em;
margin: 0;
width: 100%;
« no previous file with comments | « no previous file | appengine/chromium_rietveld/new_static/components/cr-diff.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698