cascadia-code

cascadia-code 2407.24

Monospaced font that includes programming ligatures and is designed to enhance the modern look and feel of the Windows Terminal

https://github.com/microsoft/cascadia-code
SIL Open Font License 1.1
programs: -
Platforms (79)
sh4-linuxarmv7l-netbsdx86_64-nonex86_64-solarisaarch64-genodeaarch64-netbsdx86_64-cygwinx86_64-freebsd
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  cascadia-code
];
Ad-hoc shell
nix-shell -p cascadia-code
Flake (nix run)
nix run nixpkgs#cascadia-code