Просмотр исходного кода

Merge pull request #440 from ryho/master

Remove font warning from Apple Numbers
Ryan Hollis 7 лет назад
Родитель
Сommit
b4db3de0b5
2 измененных файлов с 2 добавлено и 2 удалено
  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ゴシック"/>