diff --git a/scripts/convert_md2html.py b/scripts/convert_md2html.py
index 071408719d11924f453d08ff62b9a1ade3bb634b..9734223997fd853b0f84f7e401166b1f537fa981 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;