From aea9f0043a00874d455ef6c704cbaacbc1dd58a2 Mon Sep 17 00:00:00 2001 From: Tomas Mudrunka Date: Wed, 10 Jun 2026 22:17:33 +0200 Subject: [PATCH] same font in all browsers --- tools/din_rail_module_label_generator.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/din_rail_module_label_generator.html b/tools/din_rail_module_label_generator.html index 5fa56da..bf0b732 100644 --- a/tools/din_rail_module_label_generator.html +++ b/tools/din_rail_module_label_generator.html @@ -10,7 +10,7 @@ SPDX-License-Identifier: BSD-3-Clause /* DIN Rail Modules are 17.5mm wide, but mounted with 18mm pitch to accomodate differences */ /* fonts */ -table,h1 { font-family: sans-serif; font-weight: normal; font-size: 3.8mm; line-height: 4.7mm; } +table,h1 { font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 3.8mm; line-height: 4.7mm; } small { font-size: 2.5mm; line-height: 2.5mm; } small small { font-size: 2mm; line-height: 1.9mm; } a { color: dark-grey; text-decoration: none; } -- 2.39.5