Browse Source

Fix(Win32): Jpan Theme

viest 6 years ago
parent
commit
a576d23141
1 changed files with 1 additions and 1 deletions
  1. 1 1
      library/src/theme.c

+ 1 - 1
library/src/theme.c

@@ -35,7 +35,7 @@ const char *theme_strs[] = {
     "<a:fontScheme name=\"Office\"><a:majorFont>",
     "<a:latin typeface=\"Cambria\"/><a:ea typeface=\"\"/>",
     "<a:cs typeface=\"\"/>",
-    "<a:font script=\"Jpan\" typeface=\"MSPゴシック\"/>",
+    //"<a:font script=\"Jpan\" typeface=\"MSPゴシック\"/>",
     "<a:font script=\"Hang\" typeface=\"맑은 고딕\"/>",
     "<a:font script=\"Hans\" typeface=\"宋体\"/>",
     "<a:font script=\"Hant\" typeface=\"新細明體\"/>",