-
Notifications
You must be signed in to change notification settings - Fork 397
Remove Japanese font definition (Fix #85) #93
Conversation
/w speficied update of github-markdown-css
/w emoji support by Apple and Microsoft fonts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Require discussion of default font for editor.
font-size: 29px | ||
|
||
tt, code | ||
font-family: 'SourceHanCodeJP-Normal', 'Ricty', Consolas, "Liberation Mono", Menlo, Courier, monospace |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed font-family
definition from default theme. These definition would be delegated to github-markdown-css.
@@ -11,7 +11,7 @@ class MdsConfig | |||
|
|||
@initialConfig: | |||
editor: | |||
fontFamily: 'Osaka-mono, "MS Gothic", monospace' | |||
fontFamily: 'Consolas, monaco, monospace' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I want to discuss this.
I removed Japanese font from editor's font, and added monospace fonts: Consolas
for Windows, and Monaco
for Mac.
However, only monospace
would work well from the point of internationalize.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No one is discussed in a week. I would merge this change as no problem...
For internationalize, I removed Japanese fonts from
font-family
definitions on theme / editor. This would fix issue #85.And the emoji font is specified in theme CSS. Although I do not verify, it might fix #57.