diff --git a/bin/scripts/generate-font-image-previews.sh b/bin/scripts/generate-font-image-previews.sh index b79098a19e..8dd1949879 100755 --- a/bin/scripts/generate-font-image-previews.sh +++ b/bin/scripts/generate-font-image-previews.sh @@ -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' \ 'CommitMono/CommitMonoNerdFont-Regular.otf' \ diff --git a/bin/scripts/lib/fonts.json b/bin/scripts/lib/fonts.json index c59c26bf56..15b21088e1 100644 --- a/bin/scripts/lib/fonts.json +++ b/bin/scripts/lib/fonts.json @@ -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, diff --git a/changelog.md b/changelog.md index 2c04e6371a..d5c7da976a 100644 --- a/changelog.md +++ b/changelog.md @@ -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 Commit Mono #1414 - Add D2Coding #1413 - Add Envy Code R #1318 (already since 3.0.2b)