Skip to content

Commit 438b51f

Browse files
committed
Updated "Bitstream Vera Sans" to "Bitstream Vera Sans Mono" on preformatted text
1 parent ea2a329 commit 438b51f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/cakephp/static/cake.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ a:hover {
142142

143143
/* Preformatted text */
144144
pre, code {
145-
font-family: "Bitstream Vera Sans", "Consolas", "Monaco", monospace;
145+
font-family: "Bitstream Vera Sans Mono", "Consolas", "Monaco", monospace;
146146
}
147147
pre {
148148
margin-bottom: 18px;

0 commit comments

Comments
 (0)