Wpis z mikrobloga

1.Go to the root installation folder for VS Code on your device.
2.Navigate to the touch style.css entry in the terminal. This will create a stylesheet.
3.Now, it’s time to add the font rule. Here’s an example of a style:
.mtk3 {

font-family: "iosevka";

font-size: 1em;

font-style: italic;

}
4.Open settings.json and add this entry:
"vscodecustomcss.imports":
"file:///Users/username/.vscode/style.css"],
5.Now, download the Custom CSS and JS Loader plugin.
6.Once it’s installed, use