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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css

Issue 2135803002: DevTools: add Courier New to support monospace arabic on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css b/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
index e816d827ead12da9705ca80eed2051527ec26f40..b22cebb2bcff782b3154e6b87e6047365aca99d5 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
@@ -25,7 +25,7 @@
.platform-windows .monospace,
.platform-windows .source-code {
font-size: 12px !important;
- font-family: Consolas, Lucida Console, monospace;
+ font-family: Consolas, Lucida Console, Courier New, monospace;
alph 2016/07/08 23:11:19 should be in quotes.
lushnikov 2016/07/08 23:34:14 As per offline discussion, decided to keep it as-i
}
:host-context(.platform-linux) .monospace,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698