Skip to content

Commit

Permalink
Merge pull request #820 from cakephp/fix-fonts
Browse files Browse the repository at this point in the history
Fix monospace font family
  • Loading branch information
othercorey authored Mar 6, 2021
2 parents 553c47a + dfc2ed0 commit 1d65e4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webroot/css/toolbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ table th {

pre,
.debug-table td {
font-family: Monaco, Consolas, mono-space;
font-family: Monaco, Consolas, monospace;
}

/* X column tables have the 2nd+ cell right aligned */
Expand Down Expand Up @@ -282,7 +282,7 @@ pre,
margin: 10px 0;
}
.deprecation-list li {
font-family: Monaco, Consolas, mono-space;
font-family: Monaco, Consolas, monospace;
}

/**
Expand Down Expand Up @@ -427,7 +427,7 @@ pre,
}
.history-url {
font-size: 14px;
font-family: Monaco, Consolas, mono-space;
font-family: Monaco, Consolas, monospace;
}

/**
Expand Down

0 comments on commit 1d65e4e

Please sign in to comment.