Skip to content

Commit

Permalink
Cascadia Mono: Finishing touches
Browse files Browse the repository at this point in the history
Signed-off-by: Fini Jastrow <[email protected]>
  • Loading branch information
Finii committed Nov 16, 2023
1 parent 5d78bbb commit 3e043dc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions bin/scripts/generate-font-image-previews.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ image_font_files=( \
'BigBlueTerminal/BigBlueTermPlusNerdFont-Regular.ttf' \
'BitstreamVeraSansMono/Regular/BitstromWeraNerdFont-Regular.ttf' \
'CascadiaCode/Regular/CaskaydiaCoveNerdFont-Regular.ttf' \
'CascadiaMono/CaskaydiaMonoNerdFont-Regular.ttf' \
'CodeNewRoman/Regular/CodeNewRomanNerdFont-Regular.otf' \
'ComicShannsMono/ComicShannsMonoNerdFont-Regular.otf' \
'Cousine/Regular/CousineNerdFont-Regular.ttf' \
Expand Down
11 changes: 11 additions & 0 deletions bin/scripts/lib/fonts.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,17 @@
"repoRelease": true,
"description": "A fun, new monospaced font that includes programming ligatures and is designed to enhance the modern look and feel of the Windows Terminal"
},
{
"unpatchedName": "Cascadia Mono",
"RFN": true,
"patchedName": "CaskaydiaMono",
"folderName": "CascadiaMono",
"imagePreviewFont": "CaskaydiaMono NF",
"linkPreviewFont": false,
"caskName": "caskaydia-mono",
"repoRelease": false,
"description": "Like Cascadia Code but without any ligatures"
},
{
"unpatchedName": "IBM Plex Mono",
"RFN": true,
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ We also sunset in-repo releases (new fonts will only be released as release arti

### New fonts and updates
- Add 0xProto @piraces #1381
- Add Cascadia Mono #1412
- Add Envy Code R #1318 (already since 3.0.2b)
- Add Geist Mono @QuiiBz #1398
- Add IntelOne Mono @ (already since 3.0.2b)
Expand Down

0 comments on commit 3e043dc

Please sign in to comment.