We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb8ee73 commit 86a8bbdCopy full SHA for 86a8bbd
src/PhpSpreadsheet/Shared/Font.php
@@ -45,10 +45,10 @@ class Font
45
const ARIAL_ITALIC = 'ariali.ttf';
46
const ARIAL_BOLD_ITALIC = 'arialbi.ttf';
47
48
- const CALIBRI = 'CALIBRI.TTF';
49
- const CALIBRI_BOLD = 'CALIBRIB.TTF';
50
- const CALIBRI_ITALIC = 'CALIBRII.TTF';
51
- const CALIBRI_BOLD_ITALIC = 'CALIBRIZ.TTF';
+ const CALIBRI = 'calibri.ttf';
+ const CALIBRI_BOLD = 'calibrib.ttf';
+ const CALIBRI_ITALIC = 'calibrii.ttf';
+ const CALIBRI_BOLD_ITALIC = 'calibriz.ttf';
52
53
const COMIC_SANS_MS = 'comic.ttf';
54
const COMIC_SANS_MS_BOLD = 'comicbd.ttf';
0 commit comments