Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Notepad++ 和 Sublime Text 2 中使用了黑曜石颜色主题,但字体各不相同。
我更喜欢下面截图中 Sublime Text 2 使用的字体。如何确定该字体系列是什么以便我可以在 Notepad++ 中设置它?
它是Consolas,您可以通过键入以下内容查看当前字体:
view.settings().get('font_face')
注意:控制台的快捷方式是
ctrl + `