Skip to content

Instantly share code, notes, and snippets.

@mattintosh4
Last active December 23, 2015 01:59
Show Gist options
  • Save mattintosh4/6563857 to your computer and use it in GitHub Desktop.
Save mattintosh4/6563857 to your computer and use it in GitHub Desktop.
#!/bin/sh
iconv -f UTF-8 -t CP932 <<EOS | /Applications/NXWine.app/Contents/Resources/bin/wine regedit.exe -
[HKEY_CURRENT_USER\\Software\\Wine\\Fonts\\Replacements]
"Meiryo"="ヒラギノ角ゴ Pro W3"
"Meiryo UI"="ヒラギノ角ゴ Pro W3"
"メイリオ"="ヒラギノ角ゴ Pro W3"
EOS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment