From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id qITGIITn3mWAcQEAe85BDQ:P1 (envelope-from ) for ; Wed, 28 Feb 2024 08:57:56 +0100 Received: from aspmx1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id qITGIITn3mWAcQEAe85BDQ (envelope-from ) for ; Wed, 28 Feb 2024 08:57:56 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=pelzflorian.de header.s=key2 header.b=KAM+s7mP; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1709107076; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=4ZmzuX8mfeHlRZ0Tp4QmIeI7sx3hlTyjW2rN0dNgUzE=; b=ptL/faH6jR6PQRtq4/oYUII1A0tCwfb/BRPkBwkCDbcufJJl5fgNOudRHygFNJzlSRIQBc m219Dt8fyLEy7hrwTiMnt6AuwD8cHVptK5Fktd8DbaEJjkUMyp8IhILTkq2VQ3ZfDpRGFG Cl8UVuy7f5ArrE1RDxCz8JVFP4ud+KDwZ+/vy8po+MkjSTag8pYizZ7moziD0nSYgmBv17 24ruPadXKG2luh22GVB2JYJKGFtxHJzd2RGSgs6L2jhPc1NbN8vfrRMg5MNWiIqiiuPGSc D6jMQeIlMaqcRWDMNo7iBvZ/BctFeeYC+yFWW4vj21XnnEmmZgs4j+5Q4cwD7w== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=pelzflorian.de header.s=key2 header.b=KAM+s7mP; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=none ARC-Seal: i=1; s=key1; d=yhetil.org; t=1709107076; a=rsa-sha256; cv=none; b=fZx2F7BBANPi7sT6Dp448R+iEGKhavm76kGnScYRzHol3q96fBc/Naw9A0Pf8wZvPz4AVz 1MAyWRXbDgNHcEt9/j7plWKU3YWeRZcLf1RP9KBgY6aIN3Veb4jW+nbiQRRKaUykGewkwH /PxMrLaGpK9Woi++e/pnjVOqbEJBzdedImsjNTsmqZBUv+2c4R2wKzY4m6gYdeAe3Wrpwu qu0EYYr17bsyllC2+0LclM146FkDRFd7M8TJQRu2cKSiW/U97B2gGdUZ3z09vhLjhgmbkC jbCylOayrdkw5bxU0awZa50QswXPZuQjW+BE/lEGJwkq1ThaycfBEx1oYilqwg== Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 4498F77676 for ; Wed, 28 Feb 2024 08:57:56 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rfEoz-0007MB-Ny; Wed, 28 Feb 2024 02:57:45 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rfEoq-0007LT-PB for guix-patches@gnu.org; Wed, 28 Feb 2024 02:57:38 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rfEoq-0004CU-AS for guix-patches@gnu.org; Wed, 28 Feb 2024 02:57:36 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rfEpG-0002YI-Ad for guix-patches@gnu.org; Wed, 28 Feb 2024 02:58:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#69432] [PATCH 3/3] website: Use Linux Libertine for the body of the manual. Resent-From: "pelzflorian (Florian Pelz)" Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 28 Feb 2024 07:58:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 69432 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 69432@debbugs.gnu.org Received: via spool by 69432-submit@debbugs.gnu.org id=B69432.17091070399701 (code B ref 69432); Wed, 28 Feb 2024 07:58:02 +0000 Received: (at 69432) by debbugs.gnu.org; 28 Feb 2024 07:57:19 +0000 Received: from localhost ([127.0.0.1]:46763 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rfEoY-0002WO-Bw for submit@debbugs.gnu.org; Wed, 28 Feb 2024 02:57:18 -0500 Received: from relay.yourmailgateway.de ([188.68.63.102]:50583) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rfEoU-0002W3-Vy for 69432@debbugs.gnu.org; Wed, 28 Feb 2024 02:57:16 -0500 Received: from mors-relay-2502.netcup.net (localhost [127.0.0.1]) by mors-relay-2502.netcup.net (Postfix) with ESMTPS id 4Tl6BR1Nksz60x4; Wed, 28 Feb 2024 08:56:47 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pelzflorian.de; s=key2; t=1709107007; bh=HvaZPrkqGYAqIVyYto7i8i2L+oO01yLiI7Yeb7uS6PU=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=KAM+s7mPGoxWz+GCzSr2ovV7RK7O/kzwBP6YA0dxtWiFOU4jDaKW2t7J6JJkWMxOE pGweweOPdE8jTZ+pm0pt8crKYSe89LThcA9WCVUJTwQ8FshGZW6z/XYHB7B8Dek6Mq aEkpPLdUxOTxJMmgw1mGYNJ/g45K/UY08ZC+RXYgHlv0ZM8Wap8K7tAb5iNL44lE0G agkYi5pz80n/DVF8UrkhYgM6YEHsPHPSL5vaj598BDD9PDesCmwDXtFFX+zLRlYQyN 7QfNS1pD8jbQN+D1Ymyix0+3yIoTH2UX645wBcoDf3e3cXJ/Fa9QCfZox8GfECRRp+ jmwamCCx4jp/Q== Received: from policy01-mors.netcup.net (unknown [46.38.225.35]) by mors-relay-2502.netcup.net (Postfix) with ESMTPS id 4Tl6BR0gx3z4xNW; Wed, 28 Feb 2024 08:56:47 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at policy01-mors.netcup.net Received: from mxe217.netcup.net (unknown [10.243.12.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by policy01-mors.netcup.net (Postfix) with ESMTPS id 4Tl6BH2ZxZz8sZk; Wed, 28 Feb 2024 08:56:39 +0100 (CET) Received: from florianrock64 (ip92344de0.dynamic.kabel-deutschland.de [146.52.77.224]) by mxe217.netcup.net (Postfix) with ESMTPSA id E1BFE81F73; Wed, 28 Feb 2024 08:56:33 +0100 (CET) From: "pelzflorian (Florian Pelz)" In-Reply-To: <20240227213835.21147-3-ludo@gnu.org> ("Ludovic =?UTF-8?Q?Court=C3=A8s?="'s message of "Tue, 27 Feb 2024 22:38:35 +0100") References: <20240227213835.21147-1-ludo@gnu.org> <20240227213835.21147-3-ludo@gnu.org> Date: Wed, 28 Feb 2024 08:56:32 +0100 Message-ID: <87plwh2f9r.fsf@pelzflorian.de> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: E1BFE81F73 X-Rspamd-Server: rspamd-worker-8404 X-NC-CID: yf1v1om80r7cJJJzu82EAThU54sppUB5+2WRTh/yBDI5SSoKL+t6aUPt X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Scanner: mx10.migadu.com X-Migadu-Spam-Score: -0.83 X-Spam-Score: -0.83 X-Migadu-Queue-Id: 4498F77676 X-TUID: eYoYKTtBAlEx Hi Ludo. Serif fonts are fine, although they might not be more readable as is often claimed. Ludovic Court=C3=A8s 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=E2=80=99t forget your copyright headers for .guix.scm. Regards, Florian