From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 1248 invoked from network); 25 Feb 2021 06:35:10 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 25 Feb 2021 06:35:10 -0000 Received: from mail-wm1-f47.google.com ([209.85.128.47]) by 1ess; Thu Feb 25 01:11:14 -0500 2021 Received: by mail-wm1-f47.google.com with SMTP id o10so4317560wmc.1 for <9front@9front.org>; Wed, 24 Feb 2021 22:11:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:message-id:date:to:subject:in-reply-to:mime-version :content-transfer-encoding; bh=dxQWesqzmfuzObZPyZ8VGzePNESGpO6v6trsqt/FWfY=; b=bZSPzR+icWn+S0Ywfnp0zW+AcTgvP6EmMhgFRBvsbRVyktNAkAnzURpEYySuSuLlnh HOMyrT4Itmpcq6ZDBvWC+l7Dy1U+fohEy4Um3pjLfNgPZBsOkjDxU3RP8LmZYtQETUhV LLYONQup7NFG24IoQcQEiE/OR7DrXsBu74bGUDlnw3pPvOtXjHvegMXjpswCvbCadGzI PIrtmGF4waIvVUfcf2VlhODaZcwBrLNl1qowqNnQ8TAP48pr6jEyAZwH4ApQ2OSyoY7p xbPEx82Xdr/XdMWcK1/Tk4he4GY5eWooYlq3dZ1byz3YYe3g1YQV2DTjJqtDiqzc+Ige BY2A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:message-id:date:to:subject:in-reply-to :mime-version:content-transfer-encoding; bh=dxQWesqzmfuzObZPyZ8VGzePNESGpO6v6trsqt/FWfY=; b=Po4qLSwDjz0zgcPoeQZpngZx4v/blYK16v6+LtCw/Pmxw2Zb3yyaw/Q9OvFGle1yol VZRK5fM4BA6fWK+LHCO2iI2N00QG1ERcukYUaWvMfgq88yO9n7nnZMESoaNnP+28+gVR 7PP1i141i6FKGF0D/4QTlD0j8LRtZkETFhu9VVX8MGK3fct6DMENTNXhAq2NH/Hcmp44 vPXYe3hLGPyKZaPPuEVjJJI3UJq8joSmdP18oczILWIZaYvX6XD6vVzE7DkQ92jSQiRS +HzeR1HfI3I71wZslP/Or0fUAHagWh0fY3949SoFx3fQkMLDWNqM+REFD+Keudkfmt1N wLbw== X-Gm-Message-State: AOAM531JnYE+7MhiUNNljD7C/khebkyFJHu4AFmUu49oUPfhAjCQltKh UcUi1kzoEt9Nh3EoHfmQWdU= X-Google-Smtp-Source: ABdhPJz7SUdW80nRWvOSqf+KqcDNPWYRAWXy0rEtFxOWOmH70BZtUZGf4HBcyR6UEp9LmMnZCFqAjw== X-Received: by 2002:a1c:41d6:: with SMTP id o205mr1480752wma.80.1614233465234; Wed, 24 Feb 2021 22:11:05 -0800 (PST) Return-Path: Received: from hades (lfbn-idf1-1-101-190.w82-124.abo.wanadoo.fr. [82.124.189.190]) by smtp.gmail.com with ESMTPSA id 7sm6896245wmi.27.2021.02.24.22.11.04 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Wed, 24 Feb 2021 22:11:04 -0800 (PST) From: telephil9@gmail.com X-Google-Original-From: pme@gmail.com Message-ID: <65180322DC73E2565CD9035425EF6EF0@gmail.com> Date: Thu, 25 Feb 2021 07:11:03 +0100 To: 9front@9front.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: XML over ACPI interface blockchain framework Subject: Re: [9front] netsurf news Reply-To: 9front@9front.org Precedence: bulk I had removed it as it does not work that well with our fixed-size fonts. I just added it back. If this is something you use often, note that you can configure the default scale in $home/lib/netsurf/options by adding 'scale:N' where N is the zoom factor in % (e.g. scale:120). Another way to address this could also be to patch the default fonts for bigger ones. You can look at frontends/plan9/layout.c, the code should look familiar to you :)