Commit ef05c2f2 authored by chriseth's avatar chriseth

Merge pull request #136 from chriseth/fontfix

Fix strange font weight.
parents a6485bf4 2c17b7a2
...@@ -2,6 +2,7 @@ body { ...@@ -2,6 +2,7 @@ body {
padding: 0px; padding: 0px;
font-size: 12px; font-size: 12px;
color: #111111; color: #111111;
font-weight: normal;
} }
#editor { #editor {
position: absolute; position: absolute;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment