Created
July 25, 2020 16:26
-
-
Save masnagam/e79a1e5e02c8343f5117dd6572be8031 to your computer and use it in GitHub Desktop.
Replace arial.ttf in Kodi with Arial Unicode.ttf (macOS)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# assumed that: | |
# * Kodi has been installed using brew | |
# * `Arial based` font has been selected in `Settings | Interface | Skin` | |
cd /Applications/Kodi.app/Contents/Resources/Kodi/media/Fonts | |
mv arial.ttf arial.orig.ttf | |
ln -s "/System/Library/Fonts/Supplemental/Arial Unicode.ttf" arial.ttf | |
# then restart Kodi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment