From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 676FF9F80D for ; Fri, 9 Jun 2023 11:28:47 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 499EB2C8EC for ; Fri, 9 Jun 2023 11:28:17 +0200 (CEST) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [94.136.29.106]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS for ; Fri, 9 Jun 2023 11:28:16 +0200 (CEST) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 5A03F42B00 for ; Fri, 9 Jun 2023 11:28:16 +0200 (CEST) Date: Fri, 9 Jun 2023 11:28:15 +0200 From: Christoph Heiss To: Thomas Lamprecht Cc: Proxmox VE development discussion Message-ID: References: <20230503095042.137966-1-c.heiss@proxmox.com> <20230503095042.137966-3-c.heiss@proxmox.com> <5c3f0fe2-8424-4973-5e82-777de63ba8c1@proxmox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5c3f0fe2-8424-4973-5e82-777de63ba8c1@proxmox.com> X-SPAM-LEVEL: Spam detection results: 0 AWL -0.080 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record T_SCC_BODY_TEXT_LINE -0.01 - URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [proxmox.com] Subject: Re: [pve-devel] [PATCH manager 2/3] ui: add 'font-logos' stylesheet and font files X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2023 09:28:47 -0000 On Wed, Jun 07, 2023 at 12:59:23PM +0200, Thomas Lamprecht wrote: > Am 03/05/2023 um 11:50 schrieb Christoph Heiss: > > [..] > > Please, let's not repeat the mistake again and pull in some binary artefacts in > manager even if they don't are directly related to it. > > Lets set up a separate package, that way we can also give proper attribution > (even if the license used wouldn't necessarily require it). > > I created: > https://git.proxmox.com/?p=fonts-font-logos.git;a=summary Thanks, that's great! I will rework the series to use the new package. > > It contains a trivial packaging, the build fonts and the CSS file, but with the > web-font path adopted to use ../fonts/ to load them, just like Font Awesome does. > > That way we can add it to pveproxy in a similar manner, please test if that works > out for you.