leaf-hsiao / catfish

A typora markdown theme
112 stars 38 forks source link

Typora v0.9.33 版本显示思源黑体为非简体字形 #1

Closed mikelei8291 closed 7 years ago

mikelei8291 commented 7 years ago

使用主题后:

screenshot_20170815-155741

通过用户自定义 CSS 覆盖后:

screenshot_20170815-155838

自定义的 CSS:

@font-face {
    font-family: 思源黑体;
    font-style: normal;
    font-weight: normal;
    src: local('思源黑体 Regular'),url('./fonts/SourceHanSans-Regular.ttc') format('ttc');
}

@font-face {
    font-family: 思源黑体;
    font-style: italic;
    font-weight: normal;
    src: local('思源黑体 Regular'),url('./fonts/SourceHanSans-Regular.ttc') format('ttc');
}

@font-face {
    font-family: 思源黑体;
    font-style: normal;
    font-weight: bold;
    src: local('思源黑体 Bold'),url('./fonts/SourceHanSans-Bold.ttc') format('ttc');
}

@font-face {
    font-family: 思源黑体;
    font-style: italic;
    font-weight: bold;
    src: local('思源黑体 Bold'),url('./fonts/SourceHanSans-Bold.ttc') format('ttc');
}

body {
    font-family: 思源黑体;
}
leaf-hsiao commented 7 years ago

啊 =-= 没有特意为简体中文设置,不过更推荐在 font-family 里使用 SC 调用中文字符,或者下载地区版本的字体替换掉字体文件。 然后 CJK 字符没有 italic 一说,所以不需要这个 font-style 了。依旧不影响在使用的时候显示为斜体(虽然不推荐就是啦。