Skip to content

Instantly share code, notes, and snippets.

@C-Naoki
C-Naoki / pptx_font_settings.xml
Last active December 17, 2024 17:36
Microsoft PowerPoint setting xml file. This file is located in `Users/[Username]/Library/Group Containers/UBF8T346G9.Office/User Content.localized/Themes.localized/Theme Fonts`.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<a:fontScheme xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main" name="Test">
<a:majorFont>
<a:latin typeface="Segoe UI"/>
<a:ea typeface="Noto Sans JP"/>
<a:cs typeface=""/>
</a:majorFont>
<a:minorFont>
<a:latin typeface="Segoe UI"/>
<a:ea typeface="Noto Sans JP"/>