File tree Expand file tree Collapse file tree 1 file changed +22
-15
lines changed
Expand file tree Collapse file tree 1 file changed +22
-15
lines changed Original file line number Diff line number Diff line change @@ -24,20 +24,19 @@ Open the JSON settings from the settings tab in the terminal
2424And add the following settings into that JSON file
2525
2626 "profiles": {
27- "list": [
28- {
29- "font": {
30- "face": "VictorMono NF",
31- "weight": "bold",
32- "axes": {
33- "ital": 1 // this is what does the magic
34- }
35- },
36- },
37- ...
38- ]
27+ "list": [
28+ {
29+ "font": {
30+ "face": "VictorMono NF",
31+ "weight": "bold",
32+ "axes": {
33+ "ital": 1 // this is what does the magic
34+ }
35+ },
36+ },
37+ ...
38+ ]
3939 }
40-
4140
4241### Gnome-Terminal
4342
@@ -82,7 +81,6 @@ To make fonts italic in `VSCode` irrespective of your theme put the following se
8281 }
8382 ]
8483 },
85-
8684
8785The above settings does make the following things italic
8886
@@ -91,4 +89,13 @@ The above settings does make the following things italic
9189* constants
9290* memory modifiers and class keyword
9391
94- Also, it exempts the custom italic style to certain things that VS Code has default italic config for.
92+ Also, it exempts the custom italic style to certain things that VS Code has default italic config for.
93+
94+ Example Code with Italic Fonts
95+
96+ ![ ] ( /blog/uploads/italic_font_code.webp )
97+
98+ ### Credits
99+
100+ * [ Github Page] ( https://github.com/kosimst/FiraFlott )
101+ * [ StackOverflow Question] ( https://stackoverflow.com/questions/41320848/how-do-i-get-visual-studio-code-to-display-italic-fonts-in-formatted-code )
You can’t perform that action at this time.
0 commit comments