git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [ANNOUNCE] Git Rev News edition 69
@ 2020-11-27 21:14 Christian Couder
  2020-11-28  8:27 ` Felipe Contreras
  0 siblings, 1 reply; 3+ messages in thread
From: Christian Couder @ 2020-11-27 21:14 UTC (permalink / raw)
  To: git
  Cc: Junio C Hamano, Jakub Narebski, Markus Jansen, Kaartic Sivaraam,
	Jeff King, Johannes Schindelin, lwn, Johannes Sixt,
	Victor Engmark, Philippe Blain, Tarun Batra, Semyon Kirnosenko,
	Philip Oakley, Luca Milanesio

Hi everyone,

The 69th edition of Git Rev News is now published:

  https://git.github.io/rev_news/2020/11/27/edition-69/

Thanks a lot to Philippe Blain, Semyon Kirnosenko, Tarun Batra, Philip
Oakley and Luca Milanesio who helped this month!

Enjoy,
Christian, Jakub, Markus and Kaartic.

PS: An issue for the next edition is already opened and contributions
are welcome:

https://github.com/git/git.github.io/issues/468

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ANNOUNCE] Git Rev News edition 69
  2020-11-27 21:14 [ANNOUNCE] Git Rev News edition 69 Christian Couder
@ 2020-11-28  8:27 ` Felipe Contreras
  2020-11-28  8:40   ` Christian Couder
  0 siblings, 1 reply; 3+ messages in thread
From: Felipe Contreras @ 2020-11-28  8:27 UTC (permalink / raw)
  To: Christian Couder
  Cc: git, Junio C Hamano, Jakub Narebski, Markus Jansen,
	Kaartic Sivaraam, Jeff King, Johannes Sixt, Victor Engmark,
	Philippe Blain, Tarun Batra, Semyon Kirnosenko, Philip Oakley,
	Luca Milanesio

On Fri, Nov 27, 2020 at 3:24 PM Christian Couder
<christian.couder@gmail.com> wrote:
> The 69th edition of Git Rev News is now published:
>
>   https://git.github.io/rev_news/2020/11/27/edition-69/

A nit-pick that has bothered me for years...

The font seems to be the same as git-scm.com, which is horrendous [1]
in Linux. The style was clearly developed by people in the Git
teaching industrial complex, who use macOS, not Linux.

The font-family list is Adelle, Georgia, Times New Roman. None of
which are present in Linux systems (and the first one costs $540 USD).
Then it falls back to "serif", which is already the default. So
basically on Linux there is no font. It has the same font as "<p>Hello
world<p>".

I was told in university that the best fonts to read on screens are
sans-serif (Arial), and in paper serif (Times New Roman). Which is why
the first thing I do in an HTML page is to add a style: body {
font-family: sans-serif; }. But somehow nobody in this lucrative
industry managed to do s/\<serif\>/sans-serif/ for Linux users.

Anyway, enough ranting.

After investigating all the different fonts specified in the list
(present in macOS and Windows), I sent a fix [2] to pick similar fonts
for Linux. The best one is Roboto Slab [3], which looks very similar
to Adelle, and it's free. Alternatively, DejaVu Serif [4] is a good
second option present in many (most?) Linux systems, plus it's how it
looks on Windows with Georgia. And lastly, plain old (but not 90s old)
sans-serif [5].

And now it finally looks readable to me.

Cheers.

[1] https://i.imgur.com/IGwT40T.png
[2] https://github.com/git/git.github.io/pull/470
[3] https://i.imgur.com/iD4rTv8.png
[4] https://i.imgur.com/hVu3VNS.png
[5] https://i.imgur.com/7KXVsQa.png

-- 
Felipe Contreras

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ANNOUNCE] Git Rev News edition 69
  2020-11-28  8:27 ` Felipe Contreras
@ 2020-11-28  8:40   ` Christian Couder
  0 siblings, 0 replies; 3+ messages in thread
From: Christian Couder @ 2020-11-28  8:40 UTC (permalink / raw)
  To: Felipe Contreras
  Cc: git, Junio C Hamano, Jakub Narebski, Markus Jansen,
	Kaartic Sivaraam, Jeff King, Johannes Sixt, Victor Engmark,
	Philippe Blain, Tarun Batra, Semyon Kirnosenko, Philip Oakley,
	Luca Milanesio

On Sat, Nov 28, 2020 at 9:27 AM Felipe Contreras
<felipe.contreras@gmail.com> wrote:

> A nit-pick that has bothered me for years...
>
> The font seems to be the same as git-scm.com, which is horrendous [1]
> in Linux.

I agree that the fonts haven't looked great to me either.

> After investigating all the different fonts specified in the list
> (present in macOS and Windows), I sent a fix [2] to pick similar fonts
> for Linux.

Thanks for your pull request! I hope we can merge it soon.

> The best one is Roboto Slab [3], which looks very similar
> to Adelle, and it's free. Alternatively, DejaVu Serif [4] is a good
> second option present in many (most?) Linux systems, plus it's how it
> looks on Windows with Georgia. And lastly, plain old (but not 90s old)
> sans-serif [5].

Thanks for the screenshots too. Yeah, it seems that the fonts you
suggest look better.

Best,
Christian.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-11-28 22:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-27 21:14 [ANNOUNCE] Git Rev News edition 69 Christian Couder
2020-11-28  8:27 ` Felipe Contreras
2020-11-28  8:40   ` Christian Couder

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).