Skip to content

Instantly share code, notes, and snippets.

@yuttie
Last active July 5, 2025 10:54
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 `/Users/<your user name>/Library/Group Containers/UBF8T346G9.Office/User Content.localized/Themes.localized/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/1…
<?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