From 412dea609728cff3d4fe0ec96d8c0844a265f2f6 Mon Sep 17 00:00:00 2001 From: Thomas David Baker Date: Wed, 14 Nov 2018 06:48:14 -0800 Subject: [PATCH] Use a simpler phrase for this heading. --- docs/general/fonts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/general/fonts.md b/docs/general/fonts.md index ab1c22279a9..f00c5aa5373 100644 --- a/docs/general/fonts.md +++ b/docs/general/fonts.md @@ -27,6 +27,6 @@ let chart = new Chart(ctx, { | `defaultFontSize` | `Number` | `12` | Default font size (in px) for text. Does not apply to radialLinear scale point labels. | `defaultFontStyle` | `String` | `'normal'` | Default font style. Does not apply to tooltip title or footer. Does not apply to chart title. -## Nonexistent Fonts +## Missing Fonts If a font is specified for a chart that does exist on the system, the browser will not apply the font when it is set. If you notice odd fonts appearing in your charts, check that the font you are applying exists on your system. See [issue 3318](https://github.com/chartjs/Chart.js/issues/3318) for more details.