提交 39f33b58 编写于 作者: R rebornix

wrap font faimly with quotes

上级 dc8ac780
...@@ -951,7 +951,7 @@ export class ReviewZoneWidget extends ZoneWidget implements ICommentThreadWidget ...@@ -951,7 +951,7 @@ export class ReviewZoneWidget extends ZoneWidget implements ICommentThreadWidget
const fontInfo = this.editor.getOption(EditorOption.fontInfo); const fontInfo = this.editor.getOption(EditorOption.fontInfo);
content.push(`.monaco-editor .review-widget .body code { content.push(`.monaco-editor .review-widget .body code {
font-family: ${fontInfo.fontFamily}; font-family: '${fontInfo.fontFamily}';
font-size: ${fontInfo.fontSize}px; font-size: ${fontInfo.fontSize}px;
font-weight: ${fontInfo.fontWeight}; font-weight: ${fontInfo.fontWeight};
}`); }`);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册