Fix the apostrophe please
wsong83 opened this issue · 7 comments
Not sure if it is just me or every one. I am beginning to be annoyed by the prolonged apostrophe in the actual webpage.
Some something in markdown like this
( because it’d be harmful to OEM’s interest?)
Is rendered into
( because it’ d be harmful to OEM’ s interest?)
There is an obvious blank after '
.
What I believe this is caused by the default font used to support Chinese as well as English.
Especially I think it might because this setting?
The source-han-sans-simplified-c
used in _site/css/font.css
and css/font.css
?
I don't know what fonts should be used here. @n3o4po11o @wnereiz any idea?
Notice: It is a quick fix. I didn't test on my environment. But I think there will not have problem cause only fonts changed.
It seems working fine. Thanks!
Oops, it seems not fixed.
It was in css/style.css, maybe ...
Yeah, it is fixed. Thanks guys!
You're welcome.