From bf6de920933953551887f5c12af505a1def8fb44 Mon Sep 17 00:00:00 2001
From: Dmitry Petrov <dmitry.petrov@rtsoft.de>
Date: Thu, 28 Mar 2024 20:56:03 +0100
Subject: [PATCH] convert_md2html: new font style for main text

---
 scripts/convert_md2html.py | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/scripts/convert_md2html.py b/scripts/convert_md2html.py
index 07140871..97342239 100755
--- a/scripts/convert_md2html.py
+++ b/scripts/convert_md2html.py
@@ -14,10 +14,16 @@ HEADER = """
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <title>SECO Northern Europe (Garz &amp; Fricke) Download Center</title>
+<style>
+@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap')
+</style>
 <style type="text/css">
 <!--
 html, body {
     text-align: center;
+    font-family: "Urbanist", sans-serif;
+    font-optical-sizing: auto;
+    font-style: normal;
 }
 body {
     margin: 0px;
-- 
GitLab