Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LibreTypeface

A Magisk module to replace Android's system fonts with open source typefaces.

GitHub release License: MIT Magisk

Features

  • 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

Available Typefaces

  • 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!

Installation

  1. Download your preferred typeface ZIP from Releases
  2. Open Magisk Manager
  3. Tap ModulesInstall from storage
  4. Select the downloaded ZIP file
  5. Reboot your device

Switching Fonts

To change to a different font variant:

  1. Simply install the new variant ZIP
  2. Magisk will automatically replace the existing one
  3. Reboot

Note: Only one LibreTypeface variant can be active at a time.

Building Your Own Font Pack

Want to use a different open source font? Follow these steps:

  1. Clone this repository
  2. Replace the font files in system/fonts/ with your chosen fonts:
    • Rename YourFont-Regular.ttfRoboto-Regular.ttf
    • Rename YourFont-Bold.ttfRoboto-Bold.ttf
    • Rename YourFont-Italic.ttfRoboto-Italic.ttf
  3. Update module.prop with your font name
  4. Update customize.sh with your font name
  5. Note: Keep the same id=libretypeface and versionCode=XXXX to ensure proper replacement.
  6. ZIP the contents and flash via Magisk

Requirements

  • Rooted Android device
  • Magisk 20.4 or higher
  • Android 8.0+ recommended (tested on Android 16, backward compatible)

Font Licenses

All included typefaces are open source and freely licensed:

Individual font licenses are included in each release package.

Disclaimer

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.

Credits

  • Font files remain property of their respective creators
  • Built with Magisk Module Template
  • Inspired by the open source community

License

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).


About

A Magisk module for replacing Android system fonts with open source typefaces.

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages