diff --git a/public/app/plugins/panel/singlestat/module.ts b/public/app/plugins/panel/singlestat/module.ts index 74f2d818710..380af96da54 100644 --- a/public/app/plugins/panel/singlestat/module.ts +++ b/public/app/plugins/panel/singlestat/module.ts @@ -409,7 +409,7 @@ class SingleStatCtrl extends MetricsPanelCtrl { value: { color: panel.colorValue ? getColorForValue(data, data.valueRounded) : null, formatter: function() { return getValueText(); }, - font: { size: fontSize, family: 'Helvetica Neue", Helvetica, Arial, sans-serif' } + font: { size: fontSize, family: '"Helvetica Neue", Helvetica, Arial, sans-serif' } }, show: true }