Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Commit

Permalink
Merge pull request #93 from yhatt/internationalize-font
Browse files Browse the repository at this point in the history
Remove Japanese font definition (Fix #85)
  • Loading branch information
yhatt authored Oct 8, 2016
2 parents 668fa75 + 51fb077 commit 9aa661b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion coffee/classes/mds_config.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class MdsConfig

@initialConfig:
editor:
fontFamily: 'Osaka-mono, "MS Gothic", monospace'
fontFamily: 'Consolas, monaco, monospace'
fontSize: '14px'
fileHistory: []
fileHistoryMax: 8
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"codemirror": "^5.11.0",
"extend": "^3.0.0",
"github-markdown-css": "^2.2.1",
"github-markdown-css": "^2.4.1",
"highlight.js": "^9.1.0",
"iconv-lite": "^0.4.13",
"jquery": "^3.0.0",
Expand Down
4 changes: 0 additions & 4 deletions sass/themes/default.sass
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,8 @@
color: #666

.markdown-body
font-family: 'A-OTF UD Shin Go Pro', 'Noto Sans Japanese', 'Kozuka Gothic Pr6N', 'Kozuka Gothic Pro', 'Meiryo UI', 'Meiryo', 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, freesans, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'
font-size: 29px

tt, code
font-family: 'SourceHanCodeJP-Normal', 'Ricty', Consolas, "Liberation Mono", Menlo, Courier, monospace

h1
font-size: 1.6em
color: #246
Expand Down
3 changes: 1 addition & 2 deletions sass/themes/gaia.sass
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ $highlight-color: #0288d1
+body-slide-mode
.markdown-body
font-size: calc(0.045px * var(--slide-height))
font-family: 'Lato', 'Avenir Next', 'Avenir', 'Trebuchet MS', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif
font-family: 'Lato', 'Avenir Next', 'Avenir', 'Trebuchet MS', 'Segoe UI', sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
line-height: 1.3
letter-spacing: 1.25px
word-wrap: break-word
Expand Down Expand Up @@ -170,4 +170,3 @@ $highlight-color: #0288d1

&[data-template~="gaia"]
+color-template($highlight-color, $bg-color, #81d4fa)

0 comments on commit 9aa661b

Please # to comment.