Wrong font render in Safari
Created by: vxst
The font width of code editor in Safari 7.0 is wrong(while it's ok in Chrome on the same system). I suggest it's a problem of different default font in different browser. Using @font-face to set a determinable font for code editor might be a good idea to solve the problem. I have the same problem in code mirror and solved it by this way.