1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-01 01:21:49 +02:00

fix #2968 manually: add consolas to monospace font stack

This commit is contained in:
Mark Otto
2012-04-07 14:25:58 -07:00
parent 4953629ccd
commit 10ff5f16a6
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@@ -543,7 +543,7 @@ cite {
code,
pre {
padding: 0 3px 2px;
font-family: Menlo, Monaco, "Courier New", monospace;
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
font-size: 12px;
color: #333333;
-webkit-border-radius: 3px;