You've already forked rimworld-font-replacer
29 lines
1.2 KiB
XML
29 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ModMetaData>
|
|
<name>RimWorld font replacer</name>
|
|
<author>rapture.party</author>
|
|
<modVersion>1.2.0</modVersion>
|
|
<supportedVersions>
|
|
<li>1.4</li>
|
|
<li>1.5</li>
|
|
<li>1.6</li>
|
|
</supportedVersions>
|
|
<url>https://git.rapture.party/rapture-party/rimworld-font-replacer</url>
|
|
<modDependencies>
|
|
<li>
|
|
<packageId>brrainz.harmony</packageId>
|
|
<displayName>Harmony</displayName>
|
|
<steamWorkshopUrl>steam://url/CommunityFilePage/2009463077</steamWorkshopUrl>
|
|
<downloadUrl>https://github.com/pardeike/HarmonyRimWorld/releases/latest</downloadUrl>
|
|
</li>
|
|
</modDependencies>
|
|
<forceLoadAfter>
|
|
<li>brrainz.harmony</li>
|
|
</forceLoadAfter>
|
|
<packageId>raptureparty.rimworldfontreplacer</packageId>
|
|
<description>
|
|
Replace the default UI font of Arial (:nauseated_face:) with any font installed on your system. It can also change the font sizes.
|
|
|
|
Note for Mac users: Unity's font loader is bugged and cannot load fonts installed under </System/Library/Fonts/Supplemental>. You can symlink or copy fonts installed here to </Library/Fonts> to access them.
|
|
</description>
|
|
</ModMetaData> |