mbox series

[bug#53131,0/4] Update Fira fonts.

Message ID 20220108234449.149435-1-philip@philipmcgrath.com
Headers show
Series Update Fira fonts. | expand

Message

Philip McGrath Jan. 8, 2022, 11:44 p.m. UTC
These patches update 'font-fira-sans', adjust the definition of
'font-fira-mono' to inherit from 'font-fira-sans', and update
'font-fira-code'.

The final patch adds a note to 'font-fira-go' to explain that it does not have
corresponding source code: that patch is last, in case the FSDG require that
'font-fira-go' be removed, instead.

 -Philip

Philip McGrath (4):
  gnu: font-fira-sans: Update to 4.203.
  gnu: font-fira-mono: Inherit from font-fira-sans.
  gnu: font-fira-code: Update to 6.2.
  gnu: font-fira-go: Note lack of corresponding source.

 gnu/packages/fonts.scm | 120 +++++++++++++++++++++++++++++------------
 1 file changed, 86 insertions(+), 34 deletions(-)

Comments

Ludovic Courtès Jan. 13, 2022, 10:03 p.m. UTC | #1
Hi,

Philip McGrath <philip@philipmcgrath.com> skribis:

> These patches update 'font-fira-sans', adjust the definition of
> 'font-fira-mono' to inherit from 'font-fira-sans', and update
> 'font-fira-code'.

Nice.

> The final patch adds a note to 'font-fira-go' to explain that it does not have
> corresponding source code: that patch is last, in case the FSDG require that
> 'font-fira-go' be removed, instead.

I believe that is fine (there are other font packages that lack
“source”).

>   gnu: font-fira-sans: Update to 4.203.
>   gnu: font-fira-mono: Inherit from font-fira-sans.
>   gnu: font-fira-code: Update to 6.2.
>   gnu: font-fira-go: Note lack of corresponding source.

Applied, thanks!

Ludo’.