Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
viperML committed Jul 15, 2024
1 parent 96dbbee commit 15cd334
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
4 changes: 3 additions & 1 deletion ci.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#! /usr/bin/env bash
set -eux

nix build .#iosevka-normal.base -L
export NIX_CONFIG="allow-import-from-derivation = true"

nix build .#iosevka-normal.base -L "$@"

DIST="$(realpath "${1:-$PWD/dist}")"
mkdir -p "$DIST"
Expand Down
15 changes: 11 additions & 4 deletions private-build-plans.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,11 @@ family = "iosevka-normal"
spacing = "normal"
serifs = "sans"
noCvSs = true
webfontFormats = ["woff2"]
webfontFormats = ["WOFF2"]

[buildPlans.iosevka-normal.variants]
inherits = "ss14"

[buildPlans.iosevka-normal.ligations]
inherits = "clike"

[buildPlans.iosevka-normal.variants.design]
x = "curly-serifless"
i = "flat-tailed"
Expand All @@ -25,6 +22,16 @@ webfontFormats = ["woff2"]
dollar = "open-cap"
bar = "force-upright"
question = "smooth"
one = "no-base"
seven = "bend-serifless"
w = "straight-flat-top-serifless"

[buildPlans.iosevka-normal.ligations]
inherits = "clike"
enables = [
"center-op-trigger-equal-l",
"html-comment"
]

[buildPlans.iosevka-normal.weights.regular]
shape = 400
Expand Down

0 comments on commit 15cd334

Please sign in to comment.