Skip to content

Commit cc7c824

Browse files
committed
css: code font
1 parent 3ba02d4 commit cc7c824

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

res/screen.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ div.breaker { clear:both; }
4242
p, ul, ol, pre, blockquote, hr, object { margin: 1em 0; }
4343
pre, code, tt {
4444
-webkit-font-smoothing: subpixel-antialiased;
45-
font-family: 'M+ 1mn', 'Consolas', monospace;
46-
font-weight: 500;
47-
font-size: 11px;
45+
font-family: 'Monaco', 'Consolas', monospace;
46+
font-weight: normal;
47+
font-size: 10px;
4848
}
4949
img { border:none; vertical-align:bottom; }
5050
strong { font-weight:bold; }
@@ -171,7 +171,7 @@ div.content.photo {
171171
border: 1px solid #d9d9d9;
172172
border-radius: 3px;
173173
padding: 6px 10px;
174-
line-height: 1.4;
174+
line-height: 1.5;
175175
white-space: pre;
176176
overflow-x: auto;
177177
word-break: inherit;

0 commit comments

Comments
 (0)