A small Windows utility that installs and overrides Japanese system fonts using Noto Sans JP.
MS Gothic and MS PGothic look... ugly. It's because they were designed for Windows 3.1, not Windows 11.
Just look at this example:
Noto Sans JP however looks nicer and is more readable.
- Installs Noto Sans JP fonts into Windows
- Applies registry overrides for these Japanese system fonts:
- MS Gothic
- MS UI Gothic
- MS PGothic
- Provides a simple GUI to:
- Install fonts
- Revert changes back to the default MS fonts
- Windows 10 / 11
- Administrator privileges (required for font + registry changes)
dotnet runRun FontFixerGUI.exe as Administrator
The app:
- Copies Noto Sans JP font files into C:\Windows\Fonts
- Adds registry entries under:
HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts - Applies font substitutions via:
FontSubstitutes
The app can restore the default font mappings by removing registry overrides.
- Requires admin rights
- Changes system-wide font behaviour
- Restart may be required after installation
Copyright (C) 2026 David Maj/dmx3377 david@dmx3377.uk
This is free and open-source work, and is licensed under the Apache 2.0 License. See the LICENSE file for further information.
For the Noto Sans font, please see the LICENSE-Font file.
