From 5f57307ed1dd99eb09f617179eb7ec5656cbd198 Mon Sep 17 00:00:00 2001 From: Florian Mounier Date: Thu, 2 Jul 2015 18:04:26 +0200 Subject: [PATCH] Improve bold rendering --- pygal/css/graph.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygal/css/graph.css b/pygal/css/graph.css index 9f70fd5..4144104 100644 --- a/pygal/css/graph.css +++ b/pygal/css/graph.css @@ -66,7 +66,7 @@ stroke-dasharray: 6,6; } {{ id }}.axis text.major { - stroke-width: 0.25px; + font-weight: bold; } {{ id }}.horizontal .axis.y .guide.line,