guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#69432] [PATCH 3/3] website: Use Linux Libertine for the body of the


From: pelzflorian (Florian Pelz)
Subject: [bug#69432] [PATCH 3/3] website: Use Linux Libertine for the body of the manual.
Date: Wed, 28 Feb 2024 08:56:32 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Hi Ludo.  Serif fonts are fine, although they might not be more readable
as is often claimed.

Ludovic Courtès <ludo@gnu.org> writes:
> * website/static/base/css/manual.css: New @fontface entries for Linux

Nitpick; below you have written @font-face with a hyphen.  I have not
checked if hyphens are required, but MDN also writes @font-face with a
hyphen.

More importantly:

> +@font-face {
> +    font-family: 'Linux Libertine O';
> +    src: url('../fonts/Linux Libertine O_R.ttf') format('truetype');
> +    font-weight: normal;
> +    font-style: normal;
> +}

The files are at

src: url('../fonts/LinLibertine_R.ttf') format('truetype');

without a space, otherwise I get HTTP error 404.


Also, don’t forget your copyright headers for .guix.scm.

Regards,
Florian





reply via email to

[Prev in Thread] Current Thread [Next in Thread]