Use a better monospace font (Consolas) if available.

This commit is contained in:
Oliver Hamlet
2015-02-01 18:25:58 +00:00
parent e99ac55194
commit 973bcba9f6
+3
View File
@@ -51,6 +51,9 @@ a:hover {
html /deep/ *:focus {
outline: none;
}
tt, code, kbd, samp {
font-family: Consolas, monospace;
}
/* App bar */
core-toolbar, div[drawer] > div:first-child {