在Visual Studio代码中使用脚本字体作为属性和类型声明

时间:2018-07-02 02:48:34

标签: visual-studio-code

我正在尝试使用this script来编写使用operator mono时在脚本中看到的内容。我已尝试使用Custom CSS and JS loader插件作为VS代码并将其放入我的用户设置:

"vscode_custom_css.imports": ["file:////Users/myusername/Desktop/code/vsfonts.css"

此css文件显示以下内容:

.type.storage,.type.storage.declaration, .storage.class.modifier {
font-family: 'MADE GoodTime Script';
}

.decorator.name, .decorator.punctuation:not(.block), .import.keyword {
font-family: 'MADE GoodTime Script';
}

.attribute-name {
font-family: 'MADE GoodTime Script';
}

.comment:not(.punctuation) {
font-family: 'MADE GoodTime Script';
}

名称与字体书中的名称完全相同。让我知道您是否可以帮助我解决此问题,或者是否有其他方法可以解决此问题。感谢您提供的所有帮助。

0 个答案:

没有答案