summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Cassou <damien@cassou.me>2022-09-16 16:42:44 +0200
committerGitHub <noreply@github.com>2022-09-16 16:42:44 +0200
commit088fe6e97882af22c9a13a6137468e378dded0c8 (patch)
tree159017dbf10c4e2e3739e57c0ccac87bdb004a21
parentbef209dc55a6b760b95ef7c08486a574fbd0cdd9 (diff)
parente7b76b9153dcfecc19e659dd491c709864fc4f4a (diff)
Merge pull request #191459 from DamienCassou/iosevka-comfy-1.0.0
-rw-r--r--pkgs/data/fonts/iosevka/comfy.nix17
1 files changed, 11 insertions, 6 deletions
diff --git a/pkgs/data/fonts/iosevka/comfy.nix b/pkgs/data/fonts/iosevka/comfy.nix
index 058d0b3a01d7..2414a6f4aa14 100644
--- a/pkgs/data/fonts/iosevka/comfy.nix
+++ b/pkgs/data/fonts/iosevka/comfy.nix
@@ -2,20 +2,25 @@
let
sets = [
+ # The compact, sans-serif set:
"comfy"
"comfy-fixed"
"comfy-duo"
- "comfy-wide"
- "comfy-wide-fixed"
+ # The compact, serif set:
"comfy-motion"
+ "comfy-motion-fixed"
"comfy-motion-duo"
+ # The wide, sans-serif set:
+ "comfy-wide"
+ "comfy-wide-fixed"
+ "comfy-wide-duo"
];
- version = "0.4.0";
+ version = "1.0.0";
src = fetchFromSourcehut {
owner = "~protesilaos";
repo = "iosevka-comfy";
rev = version;
- sha256 = "sha256-d3C5HNiZCd0xva6zvMP9NmvmeU4uXuaO04pbgIepwfw=";
+ sha256 = "0psbz40hicv3v3x7yq26hy6nfbzml1kha24x6a88rfrncdp6bds7";
};
privateBuildPlan = src.outPath + "/private-build-plans.toml";
overrideAttrs = (attrs: {
@@ -24,8 +29,8 @@ let
meta = with lib; {
inherit (src.meta) homepage;
description = ''
- Custom build of Iosevka with a rounded style and open shapes,
- adjusted metrics, and overrides for almost all individual glyphs
+ Customised build of the Iosevka typeface, with a consistent
+ rounded style and overrides for almost all individual glyphs
in both roman (upright) and italic (slanted) variants.
'';
license = licenses.ofl;