Skip to content

Commit 1d65e4e

Browse files
authored
Merge pull request #820 from cakephp/fix-fonts
Fix monospace font family
2 parents 553c47a + dfc2ed0 commit 1d65e4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

webroot/css/toolbar.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ table th {
253253

254254
pre,
255255
.debug-table td {
256-
font-family: Monaco, Consolas, mono-space;
256+
font-family: Monaco, Consolas, monospace;
257257
}
258258

259259
/* X column tables have the 2nd+ cell right aligned */
@@ -282,7 +282,7 @@ pre,
282282
margin: 10px 0;
283283
}
284284
.deprecation-list li {
285-
font-family: Monaco, Consolas, mono-space;
285+
font-family: Monaco, Consolas, monospace;
286286
}
287287

288288
/**
@@ -427,7 +427,7 @@ pre,
427427
}
428428
.history-url {
429429
font-size: 14px;
430-
font-family: Monaco, Consolas, mono-space;
430+
font-family: Monaco, Consolas, monospace;
431431
}
432432

433433
/**

0 commit comments

Comments
 (0)