From 77ed7a5d919a3ace9ce6669dc870beb01ac9be71 Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 2 Aug 2022 13:45:40 +0200 Subject: [PATCH] fix: use inherit for font family --- src/components/tasks/gantt-chart.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/tasks/gantt-chart.vue b/src/components/tasks/gantt-chart.vue index ce285318..41fab088 100644 --- a/src/components/tasks/gantt-chart.vue +++ b/src/components/tasks/gantt-chart.vue @@ -10,7 +10,7 @@ :grid="true" @dragend-bar="updateTask" @dblclick-bar="openTask" - font="'Open Sans', sans-serif" + font="inherit" :width="ganttChartWidth + 'px'" >