Try different font
authorChris Ellis <chris@intrbiz.com>
Sat, 7 Sep 2024 10:57:39 +0000 (11:57 +0100)
committerChris Ellis <chris@intrbiz.com>
Sat, 7 Sep 2024 10:57:39 +0000 (11:57 +0100)
templates/badge.json

index f9dca4cf550aaad021057205ca0496d14f2b4dcc..c93dd96e4694a7ce0d1f969b2b3cfe13baa64a9f 100644 (file)
@@ -8,7 +8,7 @@
    {% set cutmarkspace = 3 %}
 
    "forcebreaks": 1,
-   "fontname": "FiraSans",
+   "fontname": "Inter",
    "width": {{ 105 + (bleed * 2) }},
    "height": 140,
    "elements": [
@@ -48,7 +48,7 @@
        {### Name ###}
        {############}
 
-       {"type": "paragraph", "fontname": "FiraSans", "text": "{{ reg.firstname|escapejson }} {{ reg.lastname|escapejson }}", "x": {{ badgex + 4 }}, "y": {{ badgey + 107 }}, "width": {{ badgewidth - 8 - 18 }}, "height": 10, "bold": false}
+       {"type": "paragraph", "fontname": "Inter", "text": "{{ reg.firstname|escapejson }} {{ reg.lastname|escapejson }}", "x": {{ badgex + 4 }}, "y": {{ badgey + 107 }}, "width": {{ badgewidth - 8 - 18 }}, "height": 10, "bold": false}
 
        {###############}
        {### Company ###}