Skip to content

Commit 923d1e8

Browse files
committed
feat: ✨ Update extension for viewing fonts.
1 parent 9363860 commit 923d1e8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.vscode/extensions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"ms-azuretools.vscode-docker",
55
"vivaxy.vscode-conventional-commits",
66
"davidanson.vscode-markdownlint",
7-
"nefrob.vscode-just-syntax"
7+
"nefrob.vscode-just-syntax",
8+
"ctcuff.font-preview"
89
]
910
}

90_fonts/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ TODO:
66

77
- Font installation on nix, wsl and mac.
88

9+
## Viewing
10+
11+
Use the extension for viewing the font in vscode.
12+
13+
```sh
14+
code --install-extension ctcuff.font-preview
15+
```
16+
917
## Tools
1018

1119
- fc-cat - read font information cache files

0 commit comments

Comments
 (0)