Remove discretionary ligatures, hex back to hex-low
Update nixpkgs
This commit is contained in:
parent
4b7699f416
commit
7c2ee6ddb3
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
noCvSs = false;
|
noCvSs = false;
|
||||||
exportGlyphNames = false;
|
exportGlyphNames = false;
|
||||||
ligations.inherits = "dlig";
|
|
||||||
weights = {
|
weights = {
|
||||||
Regular = {
|
Regular = {
|
||||||
shape = 400;
|
shape = 400;
|
||||||
|
@ -53,7 +52,7 @@
|
||||||
seven = "bend-serifless-crossbar";
|
seven = "bend-serifless-crossbar";
|
||||||
eight = "two-circles";
|
eight = "two-circles";
|
||||||
nine = "open-contour";
|
nine = "open-contour";
|
||||||
asterisk = "hex-high";
|
asterisk = "hex-low";
|
||||||
underscore = "high";
|
underscore = "high";
|
||||||
caret = "high";
|
caret = "high";
|
||||||
paren = "normal";
|
paren = "normal";
|
||||||
|
|
|
@ -2,11 +2,11 @@
|
||||||
"nodes": {
|
"nodes": {
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1726937504,
|
"lastModified": 1728888510,
|
||||||
"narHash": "sha256-bvGoiQBvponpZh8ClUcmJ6QnsNKw0EMrCQJARK3bI1c=",
|
"narHash": "sha256-nsNdSldaAyu6PE3YUA+YQLqUDJh+gRbBooMMekZJwvI=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "9357f4f23713673f310988025d9dc261c20e70c6",
|
"rev": "a3c0b3b21515f74fd2665903d4ce6bc4dc81c77c",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
Loading…
Reference in a new issue