Explorar o código

Merge pull request #440 from ryho/master

Remove font warning from Apple Numbers
Ryan Hollis %!s(int64=6) %!d(string=hai) anos
pai
achega
b4db3de0b5
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  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ゴシック"/>