- Replace default, bold, and italic system fonts
- 100% free and open source fonts
- Easy installation via Magisk Manager
- Multiple typeface options available
- Seamless switching between font variants
- Roboto - Android's default font [REPO INCLUDED]
- Manrope - Modern, geometric sans-serif designed for digital interfaces [release only]
- Inter - Optimized for UI and screen readability [release only]
- More fonts coming soon!
- Download your preferred typeface ZIP from Releases
- Open Magisk Manager
- Tap Modules → Install from storage
- Select the downloaded ZIP file
- Reboot your device
To change to a different font variant:
- Simply install the new variant ZIP
- Magisk will automatically replace the existing one
- Reboot
Note: Only one LibreTypeface variant can be active at a time.
Want to use a different open source font? Follow these steps:
- Clone this repository
- Replace the font files in
system/fonts/with your chosen fonts:- Rename
YourFont-Regular.ttf→Roboto-Regular.ttf - Rename
YourFont-Bold.ttf→Roboto-Bold.ttf - Rename
YourFont-Italic.ttf→Roboto-Italic.ttf
- Rename
- Update
module.propwith your font name - Update
customize.shwith your font name - Note: Keep the same
id=libretypefaceandversionCode=XXXXto ensure proper replacement. - ZIP the contents and flash via Magisk
- Rooted Android device
- Magisk 20.4 or higher
- Android 8.0+ recommended (tested on Android 16, backward compatible)
All included typefaces are open source and freely licensed:
- Manrope - SIL Open Font License
- Inter - SIL Open Font License
- Roboto - Apache License 2.0
Individual font licenses are included in each release package.
I am not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed. Please do some research if you have any concerns about features included in this Magisk module before flashing it! YOU are choosing to make these modifications, and if you point the finger at me for messing up your device, I will laugh at you.
- Font files remain property of their respective creators
- Built with Magisk Module Template
- Inspired by the open source community
This project is licensed under the MIT License - see the LICENSE file for details.
Individual fonts maintain their original licenses (typically OFL or Apache 2.0).