- 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 OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/saja-cascadia-code-fonts?expand=0&rev=10
This commit is contained in:
parent
16ba70517b
commit
e4d431d089
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4602a0b8b986b18a1c3f460fd959ec1ce522aedcf11ab4c0d41a5fc5ed839be0
|
||||
size 8745667
|
3
CascadiaCode-2009.14.zip
Normal file
3
CascadiaCode-2009.14.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7a08523d2d68ef3c6efdd5336dd49aa2698dd348fa4734463a17719632bbc3c8
|
||||
size 8176131
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 16 05:46:47 UTC 2020 - Ismail Dönmez <idonmez@suse.com>
|
||||
|
||||
- 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 <idonmez@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user