diff --git a/flake.nix b/flake.nix index 8e160db..9c829de 100644 --- a/flake.nix +++ b/flake.nix @@ -49,9 +49,9 @@ css = 400; }; widths.normal = { - shape = 600; + shape = 500; menu = 7; - css = "expanded"; + css = "normal"; }; inherit metric-override; }; @@ -157,7 +157,7 @@ --layout-features=* \ --no-hinting \ --desubroutinize \ - --unicodes="U+0000-00A0,U+00A2-00A9,U+00AC-00AE,U+00B0-00B7,U+00B9-00BA,U+00BC-00BE,U+00D7,U+00F7,U+2000-206F,U+2074,U+20AC,U+2122,U+2190-21BB,U+2212,U+2215,U+F8FF,U+FEFF,U+FFFD" + --unicodes="U+0000-0170,U+00D7,U+00F7,U+2000-206F,U+2074,U+20AC,U+2122,U+2190-21BB,U+2212,U+2215,U+F8FF,U+FEFF,U+FFFD,U+00E8" mv *.ttf ttf done diff --git a/src/family.css b/src/family.css index e34f975..45d8628 100644 --- a/src/family.css +++ b/src/family.css @@ -3,14 +3,14 @@ font-weight: 100 900; font-style: normal; src: local("Iosevka Aile Iaso") - , url("iosevka-aile-extended.woff2") format("woff2"); + , url("iosevka-aile-regular.woff2") format("woff2"); } @font-face { font-family: "Iosevka Aile Iaso"; font-weight: 100 900; font-style: italic; src: local("Iosevka Aile Iaso") - , url("iosevka-aile-extendeditalic.woff2") format("woff2"); + , url("iosevka-aile-italic.woff2") format("woff2"); } @font-face { @@ -25,12 +25,12 @@ font-weight: 100 900; font-style: normal; src: local("Iosevka Etoile Iaso") - , url("iosevka-etoile-extended.woff2") format("woff2"); + , url("iosevka-etoile-regular.woff2") format("woff2"); } @font-face { font-family: "Iosevka Etoile Iaso"; font-weight: 100 900; font-style: italic; src: local("Iosevka Etoile Iaso") - , url("iosevka-etoile-extendeditalic.woff2") format("woff2"); + , url("iosevka-etoile-italic.woff2") format("woff2"); } diff --git a/src/specimen.py b/src/specimen.py index 0fedc30..b5f6a50 100644 --- a/src/specimen.py +++ b/src/specimen.py @@ -68,23 +68,7 @@ with open("specimen.html", "w") as fout: ''') i = 0 - for ch in range(0x20, 0xA0): - if i == 10: - fout.write("