Skip to content

Can we add Nerd Fonts to Cascadia Code Font using a GitHub Action

Notifications You must be signed in to change notification settings

niltor/delugia-code

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cascadia Code + Nerd Fonts

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.

Actions Status

How to use

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:

  1. iwr -useb get.scoop.sh | iex
  2. scoop bucket add nerd-fonts
  3. scoop install sudo
  4. sudo scoop install Delugia-Code

Help!

I know basically nothing about patching fonts so all contributions are 🦸‍ welcome.

About

Can we add Nerd Fonts to Cascadia Code Font using a GitHub Action

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 82.7%
  • Python 17.3%