Re: [PATCH 1/1] gnu: Add Anonymous Pro fonts.

2015-09-06 Thread Alex Kost
Leo Famulari (2015-09-05 22:06 +0300) wrote: > On Sat, Sep 5, 2015, at 09:34, Alex Kost wrote: [...] >> Otherwise, LGTM. So if there will be no other comments and objections >> on the package name, I will push it. No need to resend the patch — I'll >> fix these small issues I mentioned. Thank

Re: [PATCH 1/1] gnu: Add Anonymous Pro fonts.

2015-09-05 Thread Leo Famulari
On Sat, Sep 5, 2015, at 09:34, Alex Kost wrote: > Leo Famulari (2015-09-04 00:53 +0300) wrote: > > +(source (origin > > + (method url-fetch) > > + (uri (string-append > > "http://www.marksimonson.com/assets/content/fonts/; > > This line is too long, we prefer to

Re: [PATCH 1/1] gnu: Add Anonymous Pro fonts.

2015-09-05 Thread Alex Kost
Leo Famulari (2015-09-04 00:53 +0300) wrote: > * gnu/packages/fonts.scm (font-anonymous-pro): New variable. > --- > gnu/packages/fonts.scm | 42 ++ > 1 file changed, 42 insertions(+) > > > diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm >

[PATCH 1/1] gnu: Add Anonymous Pro fonts.

2015-09-03 Thread Leo Famulari
* gnu/packages/fonts.scm (font-anonymous-pro): New variable. --- gnu/packages/fonts.scm | 42 ++ 1 file changed, 42 insertions(+) diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index a78995c..75e6fe8 100644 --- a/gnu/packages/fonts.scm +++