Browse Source

Remove font warning from Apple Numbers

Ryan Hollis 6 years ago
parent
commit
24ca8190cb
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:font script="Geor" typeface="Sylfaen"/>
       </a:majorFont>
       </a:majorFont>
       <a:minorFont>
       <a:minorFont>
-        <a:latin typeface="Calibri"/>
+        <a:latin typeface="Arial"/>
         <a:ea typeface=""/>
         <a:ea typeface=""/>
         <a:cs typeface=""/>
         <a:cs typeface=""/>
         <a:font script="Jpan" typeface="MS Pゴシック"/>
         <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:font script="Geor" typeface="Sylfaen"/>
       </a:majorFont>
       </a:majorFont>
       <a:minorFont>
       <a:minorFont>
-        <a:latin typeface="Calibri"/>
+        <a:latin typeface="Arial"/>
         <a:ea typeface=""/>
         <a:ea typeface=""/>
         <a:cs typeface=""/>
         <a:cs typeface=""/>
         <a:font script="Jpan" typeface="MS Pゴシック"/>
         <a:font script="Jpan" typeface="MS Pゴシック"/>