diff options
| author | Mark Otto <[email protected]> | 2013-11-16 18:01:59 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-11-16 18:01:59 -0800 |
| commit | ae4d5f21a96fab3691ca33e9e3747a01c467e10e (patch) | |
| tree | 6b802319d64e2aef144fce4071a475a9e1bd9432 /dist/css/bootstrap.css | |
| parent | a2c6daafd05a54d1c944a9d6f2dc076914121117 (diff) | |
| download | bootstrap-ae4d5f21a96fab3691ca33e9e3747a01c467e10e.tar.xz bootstrap-ae4d5f21a96fab3691ca33e9e3747a01c467e10e.zip | |
fixes #11449: use menlo over monaco
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 657ba69da..68e8b8c75 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -740,7 +740,7 @@ code, kbd, pre, samp { - font-family: Monaco, Menlo, Consolas, "Courier New", monospace; + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; } code { |
