ElstobD icon

ElstobD 3.003

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    font-elstobd # ElstobD
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    font-elstobd # ElstobD
  ];
}

Package Definition

{
  "pname": "font-elstobd",
  "version": "3.003",
  "src": {
    "url": "https://github.com/psb1558/Elstob-font/releases/download/v3.003/Elstob_3.003.zip",
    "sha256": "719519489d44ed5cb87e6db4f4a44dab6933dde93d4b8d5926df2981878b8150"
  },
  "installPhase": [
    "mkdir -p \"$out/Library/Fonts/Elstob-Italic.ttf\" && cp -r \"Elstob_font/variable/Elstob-Italic.ttf\" \"$out/Library/Fonts\"",
    "mkdir -p \"$out/Library/Fonts/Elstob.ttf\" && cp -r \"Elstob_font/variable/Elstob.ttf\" \"$out/Library/Fonts\""
  ],
  "meta": {
    "homepage": "https://github.com/psb1558/Elstob-font"
  }
}