git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: Felipe Contreras <felipe.contreras@gmail.com>
To: Christian Couder <christian.couder@gmail.com>
Cc: git <git@vger.kernel.org>, Junio C Hamano <gitster@pobox.com>,
	Jakub Narebski <jnareb@gmail.com>,
	Markus Jansen <mja@jansen-preisler.de>,
	Kaartic Sivaraam <kaartic.sivaraam@gmail.com>,
	Jeff King <peff@peff.net>, Johannes Sixt <j6t@kdbg.org>,
	Victor Engmark <victor@engmark.name>,
	Philippe Blain <levraiphilippeblain@gmail.com>,
	Tarun Batra <tarun.batra00@gmail.com>,
	Semyon Kirnosenko <semyon.kirnosenko@gmail.com>,
	Philip Oakley <philipoakley@iee.email>,
	Luca Milanesio <luca.milanesio@gmail.com>
Subject: Re: [ANNOUNCE] Git Rev News edition 69
Date: Sat, 28 Nov 2020 02:27:10 -0600	[thread overview]
Message-ID: <CAMP44s28HEUUvW8hs5PxrW5NwwDdpou-qsNm8nx3kMk_g0brNw@mail.gmail.com> (raw)
In-Reply-To: <CAP8UFD0xoqVh=1BweBqNOt4_9xg4GvDd7Jf5f5_5z4H+PCVt8g@mail.gmail.com>

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

  reply	other threads:[~2020-11-28 22:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-27 21:14 [ANNOUNCE] Git Rev News edition 69 Christian Couder
2020-11-28  8:27 ` Felipe Contreras [this message]
2020-11-28  8:40   ` Christian Couder

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: http://vger.kernel.org/majordomo-info.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAMP44s28HEUUvW8hs5PxrW5NwwDdpou-qsNm8nx3kMk_g0brNw@mail.gmail.com \
    --to=felipe.contreras@gmail.com \
    --cc=christian.couder@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=j6t@kdbg.org \
    --cc=jnareb@gmail.com \
    --cc=kaartic.sivaraam@gmail.com \
    --cc=levraiphilippeblain@gmail.com \
    --cc=luca.milanesio@gmail.com \
    --cc=mja@jansen-preisler.de \
    --cc=peff@peff.net \
    --cc=philipoakley@iee.email \
    --cc=semyon.kirnosenko@gmail.com \
    --cc=tarun.batra00@gmail.com \
    --cc=victor@engmark.name \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).