From 7af8680e2802f6c17e32cd52b23c46d69d90a19e Mon Sep 17 00:00:00 2001 From: Thomas Kolb Date: Wed, 2 Jun 2021 22:54:23 +0200 Subject: [PATCH] Fixed text display in Inkscape --- qsomap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qsomap.py b/qsomap.py index a7d3a7b..4be41b9 100755 --- a/qsomap.py +++ b/qsomap.py @@ -264,7 +264,7 @@ def render(ref_lat, ref_lon, output_stream): .dist_circle_label, .azimuth_line_label { font-size: 3px; - font: sans-serif; + font-family: sans-serif; text-anchor: middle; }