Skip to content

Commit 70872f5

Browse files
committed
css: add antialiasing.
1 parent 56fdaee commit 70872f5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

css/micrypt.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1+
html {
2+
-webkit-font-smoothing: antialiased;
3+
}
4+
15
body { font:13px/1.231 sans-serif; *font-size:small; }
26
body, select, input, textarea {
37
color: #111;
48
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
5-
font-weight: 300;
9+
font-weight: 300;
610
}
711

812
h1,h2,h3,h4,h5,h6 { font-weight: bold; }

0 commit comments

Comments
 (0)