Skip to content

Commit c7c8729

Browse files
celeroncoderForestry.io
authored andcommitted
Update from Forestry.io
Khushal Bhardwaj updated content/posts/italic-fonts.md
1 parent 4ce24a9 commit c7c8729

File tree

1 file changed

+22
-15
lines changed

1 file changed

+22
-15
lines changed

content/posts/italic-fonts.md

Lines changed: 22 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,19 @@ Open the JSON settings from the settings tab in the terminal
2424
And 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

8785
The 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)

0 commit comments

Comments
 (0)