Skip to content

khirendra03/Font-modules

Repository files navigation

Magisk flashable Font modules

GitHub release License Downloads Issues Last Commit

Magisk-flashable font modules based on the Oh My Font (OMF) template.
Easily change your Android system fonts on devices running latest Android, with optional bold styling support.


✨ Features

  • 📱 Works on Android
  • 🎨 Multiple font styles available
  • 🖋 Supports bold text styling
  • ⚙️ Based on the OMF Magisk template
  • 🛠 Simple install — just flash in Magisk Manager

Installation

1. Download

2. Flash via Magisk Manager

  1. Open Magisk Manager
  2. Go to Modules → Install from storage
  3. Select the downloaded .zip file
  4. Reboot your device

Creating Your Own Font Module

You can easily create your own font module using the provided automation script.

  1. Prepare your font files (.ttf or .otf) in a folder.
  2. Run the creation script from the root of the repository:
    bash Scripts/create_module.sh --name "MyFont" --version "1.0" --fonts "/path/to/my/fonts" --changelog "Initial release"
  3. The script will:
    • Automatically rename fonts to OMF conventions (using Scripts/rename_fonts.sh).
    • Package the module using the Template/ folder.
    • Update update.json and changelog.md in the module's directory.
  4. Your flashable ZIP will be located in Modules/MyFont/.

Repository Structure

Font-modules/
├── Modules/       # Ready-to-use font modules
├── Template/      # OMF-based template for creating modules
├── Extensions/    # Additional add-ons (Serif, Monospace, Devanagari)
├── Scripts/       # Helper scripts for renaming and module creation
└── README.md      # This file

Contribution Guidelines

  • If you want to contribute to the project, you can submit new modules, report issues, or suggest improvements.
  • To submit a new module, please create a pull request on GitHub.
  • To report an issue or suggest an improvement, please open an issue on GitHub.
  • You can also join our Telegram group for support and troubleshooting.

Note

  • All old modules will be deleted and only the latest modules will be available in this repository. You can find all old and new modules on SourceForge
  • you can find all old & new modules here

Important links

  • Support - Join our Telegram group for support and troubleshooting
  • OTL feature of a font - Learn more about the OTL feature of a font
  • Extensions - Learn more about available extensions for OMF

Credits

Oh My Font by Nông Thái Hoàng


Disclaimer: Use this module at your own risk. The developer is not responsible for any damage caused to your device.

About

Magisk flashable font modules and extensions based on OMF

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors