Can we add Nerd Fonts to the Cascadia Code font using a GitHub Action?
Inspired by Scott Hanselman and Alistair Young.
The answer, it turns out, is yes.
I wrote a blog post with more details about how this works.
You can download the patched font from the Releases page of this repo and install them as you would any other font. Once installed the font can be referenced as Delugia Nerd Font
. So if, for example, you want to use it in Windows Terminal you should add this line to your profiles.json
"fontFace" : "Delugia Nerd Font",
Installation with scoop.sh
You can use scoop.sh to install and update the font. At first install scoop and add extra bucket for nerd-fonts:
iwr -useb get.scoop.sh | iex
scoop bucket add nerd-fonts
scoop install sudo
sudo scoop install Delugia-Code
I know basically nothing about patching fonts so all contributions are 🦸 welcome.