-
Notifications
You must be signed in to change notification settings - Fork 302
Other ways to install
philippnurullin edited this page Jan 12, 2022
·
1 revision
-
Install Chocolatey if you haven't done already. See this page for instructions on how to do that.
-
In an elevated cmd console (Run as administrator...) :
choco install jetbrainsmono
In the terminal:
- Use the keyboard shortcut CTRL + SHIFT + P to open up settings.
- Scroll down to "Custom CSS (Inline Text)".
- Copy & paste the following:
@font-face{
font-family: 'JetBrains Mono';
src: url('https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/fonts/webfonts/JetBrainsMono-Regular.woff2') format('woff2'),
url('https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/fonts/ttf/JetBrainsMono-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
* {
-webkit-font-feature-settings: "liga" on, "calt" on;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
font-family: 'JetBrains Mono';
}