Skip to content

Instantly share code, notes, and snippets.

@yuttie
Last active May 30, 2019 05:14
Show Gist options
  • Save yuttie/933eb390a4f2d014ac24f5df9e66ada7 to your computer and use it in GitHub Desktop.
Save yuttie/933eb390a4f2d014ac24f5df9e66ada7 to your computer and use it in GitHub Desktop.
Hiragino font theme for PowerPoint 2016 for Mac. Putting the XML file under `/Applications/Microsoft PowerPoint.app/Contents/Resources/Office Themes/Theme Fonts/`, you will see a new entry in the font selector menu of the "master slide" panel. This work is based on http://www.brandwares.com/bestpractices/2015/10/xml-hacking-font-themes/. See also
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<a:fontScheme name="Hiragino" xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main">
<a:majorFont>
<a:latin typeface="ヒラギノ角ゴシック W6" />
<a:ea typeface="" />
<a:cs typeface="" />
<a:font script="Jpan" typeface="ヒラギノ角ゴシック W6"/>
</a:majorFont>
<a:minorFont>
<a:latin typeface="ヒラギノ角ゴシック W2" />
<a:ea typeface="" />
<a:cs typeface="" />
<a:font script="Jpan" typeface="ヒラギノ角ゴシック W2"/>
</a:minorFont>
</a:fontScheme>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment