We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9363860 commit 923d1e8Copy full SHA for 923d1e8
.vscode/extensions.json
@@ -4,6 +4,7 @@
4
"ms-azuretools.vscode-docker",
5
"vivaxy.vscode-conventional-commits",
6
"davidanson.vscode-markdownlint",
7
- "nefrob.vscode-just-syntax"
+ "nefrob.vscode-just-syntax",
8
+ "ctcuff.font-preview"
9
]
10
}
90_fonts/README.md
@@ -6,6 +6,14 @@ TODO:
- Font installation on nix, wsl and mac.
+## Viewing
+
11
+Use the extension for viewing the font in vscode.
12
13
+```sh
14
+code --install-extension ctcuff.font-preview
15
+```
16
17
## Tools
18
19
- fc-cat - read font information cache files
0 commit comments