在外观设置中选择css片段,具体内容如下:
1
2
3
4
5
6
7
@import url('https://www.unpkg.com/font-online/fonts/SourceHanSans/SourceHanSans-Normal.otf');
.cm-sizer{ /* Screen version */ font-family:'Georgia', 'Source Han Serif SC','Noto Serif SC', serif; font-style:Normal; font-size:21px; line-height:35px; font-weight:200; letter-spacing: -1px; /* 设置字母间距为2像素 */ }
body {
--file-line-width: 660px;
}