From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56629) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dcUSA-0002oo-2i for guix-patches@gnu.org; Tue, 01 Aug 2017 06:31:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dcUS6-0008Jp-Mp for guix-patches@gnu.org; Tue, 01 Aug 2017 06:31:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:33464) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dcUS6-0008Jl-JO for guix-patches@gnu.org; Tue, 01 Aug 2017 06:31:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dcUS6-00085q-CO for guix-patches@gnu.org; Tue, 01 Aug 2017 06:31:02 -0400 Subject: [bug#27903] Font: font-open-dyslexic Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56385) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dcUQu-0002fh-56 for guix-patches@gnu.org; Tue, 01 Aug 2017 06:29:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dcUQq-0007aH-Pm for guix-patches@gnu.org; Tue, 01 Aug 2017 06:29:48 -0400 Received: from aibo.runbox.com ([91.220.196.211]:60676) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dcUQq-0007Y7-Hg for guix-patches@gnu.org; Tue, 01 Aug 2017 06:29:44 -0400 Received: from [10.9.9.212] (helo=mailfront12.runbox.com) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1dcUQn-0006lD-N8 for guix-patches@gnu.org; Tue, 01 Aug 2017 12:29:41 +0200 Received: from [50.7.151.127] (helo=localhost) by mailfront12.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1dcUQm-0001U3-Mu for guix-patches@gnu.org; Tue, 01 Aug 2017 12:29:40 +0200 Date: Tue, 1 Aug 2017 10:29:28 +0000 From: ng0 Message-ID: <20170801102928.r5dns5l5iggtccsy@abyayala> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="fe2emrpqzxkw32hq" Content-Disposition: inline List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 27903@debbugs.gnu.org --fe2emrpqzxkw32hq Content-Type: multipart/mixed; boundary="5lmydwiaq6pijj5d" Content-Disposition: inline --5lmydwiaq6pijj5d Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Patch appended. --=20 ng0 GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 GnuPG: https://n0is.noblogs.org/my-keys https://www.infotropique.org https://krosos.org --5lmydwiaq6pijj5d Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-Add-font-open-dyslexic.patch" Content-Transfer-Encoding: quoted-printable =46rom 0a67c7714fe42d61b87446e4cba1f6318646832e Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Tue, 1 Aug 2017 10:27:46 +0000 Subject: [PATCH] gnu: Add font-open-dyslexic. * gnu/packages/fonts.scm (font-open-dyslexic): New variable. --- gnu/packages/fonts.scm | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index 51073eff9..bf96c439c 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -7,7 +7,7 @@ ;;; Copyright =C2=A9 2015 Eric Dvorsak ;;; Copyright =C2=A9 2015, 2017 Ricardo Wurmus ;;; Copyright =C2=A9 2015, 2016 Leo Famulari -;;; Copyright =C2=A9 2016, 2017 ng0 +;;; Copyright =C2=A9 2016, 2017 ng0 ;;; Copyright =C2=A9 2016 Jookia <166291@gmail.com> ;;; Copyright =C2=A9 2016 Eric Bavier ;;; Copyright =C2=A9 2016 Dmitry Nikolaev @@ -1073,3 +1073,35 @@ resolutions.") (synopsis "Fonts for MathJax") (description "This package contains the fonts required for MathJax.") (license license:asl2.0))) + +(define-public font-open-dyslexic + (package + (name "font-open-dyslexic") + (version "20160623") + (source + (origin + (method url-fetch) + (uri (string-append "https://github.com/antijingoist/open-dyslexic/" + "archive/" version "-Stable.tar.gz")) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "0al0j9kb32kfavcpq1kigsd36yzvf5yhzqhds0jkh7ngbxyxwkx4")))) + (build-system font-build-system) + (home-page "https://github.com/antijingoist/open-dyslexic") + (synopsis "Font for dyslexics and high readability") + (description + "OpenDyslexic is a font designed to help readability, and help +readability for some of the symptoms of dyslexia. +Letters have heavy weighted bottoms to provide an indication of orientation +to make it more difficult to confuse with other similar letters. +Consistently weighted bottoms can also help reenforce the line of text. +The unique shapes of each letter can help prevent flipping and swapping. +The italic style for OpenDyslexic has been crafted to still be able to be +used for emphasis while still being readable.") + (license + (license:fsdg-compatible + "https://www.gnome.org/fonts/#Final_Bitstream_Vera_Fonts" + "The Font Software may be sold as part of a larger software package = but +no copy of one or more of the Font Software typefaces may be sold by +itself.")))) --=20 2.13.3 --5lmydwiaq6pijj5d-- --fe2emrpqzxkw32hq Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEqIyK3RKYKNfqwC5S4i+bv+40hYgFAlmAWAgACgkQ4i+bv+40 hYi3AA/8CTtNDVO5JUKpqfa1F+R9g0MSNk5qzRWhDpsFpBtAa2kj7EV1hjyGnASa q/TUDp8UnbnMzWQglwFHH3WpOBNQU8JiqwsmQvmooxlA8c/qjHWt7Fbuu6gJUgi0 b+jkGZje/4gZLDwHjMmQbDoRxhxa5YqhJqDBuhBNU4+WSmm28IfmwnSk6TOBCkXC NYMSgafIrjloxr3Rt10wk+0riL4lAM0mdYcGvco8wxr/2kcl02vAA518A10udswC cvYr9pr8TRsltvMVcgRcIFSY7O3WVsmVqDAp5PzxFEzOfbNq43pL2D4Svc9Y51Kn PnYkHY53ps7YwkxMp+ZTluAw2gtqy4awUyxCfvrk944ZHjwpASQpCgyqgrHMwLDf th4GirSCHndnjLmWOfVrx3Fg47lI9xPnrMZyWFPN/sa0zLqvjjOoX1kXXYhrVdWI ilq3D+teRCkhie8dGfOw+IE4YCg5Ndp90fLUqB21G2oMl5Qt5WTrpS8upK7dihEg omXkauGU06MTJDOQ7IlwL6AprEMlBlv4lIpOIo7I1Eym7/lYq7bDphbLIXqWiRQh Y0+5GZDhN8znXflgZllnzL0xVrEm7SJdJBRVDiqc2aRBTv0zNjp0B0+PEPFoZw6w FrmaE6//Jx8K6FxyVN7ujsw+MNrmY9itIFmjlcOQUD9atKoc1bI= =6Ry5 -----END PGP SIGNATURE----- --fe2emrpqzxkw32hq--