Browse Source

Merge pull request #440 from ryho/master

Remove font warning from Apple Numbers
Ryan Hollis 6 years ago
parent
commit
b4db3de0b5
2 changed files with 2 additions and 2 deletions
  1. 1 1
      file_test.go
  2. 1 1
      templates.go

+ 1 - 1
file_test.go

@@ -570,7 +570,7 @@ func (l *FileSuite) TestMarshalFile(c *C) {
         <a:font script="Geor" typeface="Sylfaen"/>
       </a:majorFont>
       <a:minorFont>
-        <a:latin typeface="Calibri"/>
+        <a:latin typeface="Arial"/>
         <a:ea typeface=""/>
         <a:cs typeface=""/>
         <a:font script="Jpan" typeface="MS Pゴシック"/>

+ 1 - 1
templates.go

@@ -97,7 +97,7 @@ const TEMPLATE_XL_THEME_THEME = `<?xml version="1.0" encoding="UTF-8" standalone
         <a:font script="Geor" typeface="Sylfaen"/>
       </a:majorFont>
       <a:minorFont>
-        <a:latin typeface="Calibri"/>
+        <a:latin typeface="Arial"/>
         <a:ea typeface=""/>
         <a:cs typeface=""/>
         <a:font script="Jpan" typeface="MS Pゴシック"/>