Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The method of modifying Font by vscode

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

Xiaobian to share with you vscode modification font method, I hope you read this article after the harvest, let us discuss it together!

vscode default font feels bad, want to change the font, introduce the method of changing the font:

1. Open the settings page, search font, and modify the corresponding configuration.

Add font settings to user settings

The following properties in Settings are related to fonts:

//controls font families. "editor.fontFamily": "Consolas, 'Courier New', monospace',//Enable font ligatures"editor.fontLigatures": false, //Controls font size in pixels. "editor.fontSize": 14, //Controls font thickness. "editor.fontWeight": "normal",

Then, add the corresponding settings to the user settings on the right (remember to put a comma before adding them):

"editor.fontFamily":"Fira Code",//Write the font type to be set in the quotation marks after it. Personally, I prefer Fira Code"editor.fontLigatures": true,//This controls whether font ligatures are enabled, true is enabled, false is not enabled, here, select "editor.fontSize": 14,//Set font size, this is not much to say "editor.fontWeight":"normal",//This font thickness setting can be selected from normal,bold,"100"~"900", etc., just select the appropriate one.

Finally save, the font is successfully applied.

PS: If you want to change the font, at least you have to install the font on your computer, otherwise it won't work.

After reading this article, I believe you have a certain understanding of vscode's method of modifying fonts. If you want to know more about it, welcome to pay attention to the industry information channel. Thank you for reading!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report