Sarasa Gothic icon

Sarasa Gothic 1.0.36

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    font-sarasa-gothic # Sarasa Gothic
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    font-sarasa-gothic # Sarasa Gothic
  ];
}

Package Definition

{
  "pname": "font-sarasa-gothic",
  "version": "1.0.36",
  "src": {
    "url": "https://github.com/be5invis/Sarasa-Gothic/releases/download/v1.0.36/Sarasa-SuperTTC-1.0.36.7z",
    "sha256": "6f1bbb6f2da0f3ec4bbc45b6fa03ae39ef32725c65626b9914d77f2a9a373c98"
  },
  "installPhase": [
    "mkdir -p \"$out/Library/Fonts/Sarasa-SuperTTC.ttc\" && cp -r \"Sarasa-SuperTTC.ttc\" \"$out/Library/Fonts\""
  ],
  "meta": {
    "homepage": "https://github.com/be5invis/Sarasa-Gothic"
  }
}