Skip to content

Instantly share code, notes, and snippets.

@masnagam
Created July 25, 2020 16:26
Show Gist options
  • Save masnagam/e79a1e5e02c8343f5117dd6572be8031 to your computer and use it in GitHub Desktop.
Save masnagam/e79a1e5e02c8343f5117dd6572be8031 to your computer and use it in GitHub Desktop.
Replace arial.ttf in Kodi with Arial Unicode.ttf (macOS)
# 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