diff --git a/CascadiaCode-2008.25.zip b/CascadiaCode-2008.25.zip deleted file mode 100644 index c49e81a..0000000 --- a/CascadiaCode-2008.25.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4602a0b8b986b18a1c3f460fd959ec1ce522aedcf11ab4c0d41a5fc5ed839be0 -size 8745667 diff --git a/CascadiaCode-2009.14.zip b/CascadiaCode-2009.14.zip new file mode 100644 index 0000000..e220e59 --- /dev/null +++ b/CascadiaCode-2009.14.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a08523d2d68ef3c6efdd5336dd49aa2698dd348fa4734463a17719632bbc3c8 +size 8176131 diff --git a/saja-cascadia-code-fonts.changes b/saja-cascadia-code-fonts.changes index f93f56c..425f183 100644 --- a/saja-cascadia-code-fonts.changes +++ b/saja-cascadia-code-fonts.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Sep 16 05:46:47 UTC 2020 - Ismail Dönmez + +- Update to version 2009.14 + * Cascadia now has support for the Salishan languages of the + Pacific Northwest and other coastal scripts! + * We've fixed an issue in the -<< ligature that caused it to + overlap itself at certain font weights (#355) + * We remastered mark positioning for glyphs with existing + diacritics for improved design for letters with multiple + diacritics above + * We have implemented a workaround for a freetype rendering + issue that resulted in chunky rendering for certain glyphs + (#350) +- Package variable fonts instead of static ones + ------------------------------------------------------------------- Thu Aug 27 06:57:54 UTC 2020 - Ismail Dönmez diff --git a/saja-cascadia-code-fonts.spec b/saja-cascadia-code-fonts.spec index bd02e6b..61f8ed2 100644 --- a/saja-cascadia-code-fonts.spec +++ b/saja-cascadia-code-fonts.spec @@ -20,7 +20,7 @@ %define fontname cascadia-code Name: saja-cascadia-code-fonts -Version: 2008.25 +Version: 2009.14 Release: 0 Summary: Monospace terminal fonts from Microsoft License: OFL-1.1 @@ -38,7 +38,7 @@ BuildArch: noarch Cascadia Code is a monospaced font that was designed also with Visual Studio / Visual Studio Code in mind. %prep -%setup -q -n otf +%setup -q -n ttf cp %{SOURCE1} . cp %{SOURCE2} . @@ -46,7 +46,7 @@ cp %{SOURCE2} . %install mkdir -p %{buildroot}%{_ttfontsdir}/ -install -m 0644 static/*.otf %{buildroot}%{_ttfontsdir} +install -m 0644 *.ttf %{buildroot}%{_ttfontsdir} %reconfigure_fonts_scriptlets