Skip to content

A Magisk module that modify the fonts.xml to add more font weight for CJK by just one signle font file.

Notifications You must be signed in to change notification settings

mxalbert1996/Noto-Super-OTC-Installer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Noto CJK Fonts Installer (Super OTC)

This is a module add more font weight for CJK(Chinese, Japanese and Korean) by modify the fonts.xml. By putting the charater to a single file, it reduce some space compare to install fonts for each languages. That is super OTC font.

Installation

You need at least Android 7(Nougat) to use super OTC.

Enjoy! Pay attation to app title bar, drawer and Wikipedia(for Android 9+).

Developer

  • API28+: Use textFontWeight to specify font weight.
  • API28-: We add a alias for Noto Sans CJK DemiLight. Set fontFamily to sans-serif-demi-light.

We strongly recommend you use textFontWeight as possible.

sans-serif

textFontWeight textFontWeight latin CJK
100 sans-serif-thin Roboto Thin Noto Sans CJK Thin
300 sans-serif-light Roboto Light Noto Sans CJK Light
350 sans-serif-demi-light (None) Noto Sans CJK Demi-light
400 sans-serif Roboto Regular Noto Sans CJK Regular
500 sans-serif-medium Roboto Medium Noto Sans CJK Medium
900 sans-serif-black Roboto Black Noto Sans CJK Black
700 (textStyle=bold) Roboto Bold Noto Sans CJK Bold
*(each weight above) (textStyle=italic) Roboto * Italic (None)

serif

textFontWeight textFontWeight latin CJK
200 (None) (None) Noto Serif CJK Extra-light
300 (None) (None) Noto Serif CJK Light
400 serif Noto Serif Regular Noto Serif CJK Regular
500 (None) (None) Noto Serif CJK Medium
600 (None) (None) Noto Serif CJK Semi-bold
900 (None) (None) Noto Serif CJK Black
700 serif-bold Noto Serif Bold Noto Serif CJK Bold
400 (textStyle=italic) Noto Serif Italic (None)
700 (textStyle=italic) Noto Serif Bold Italic (None)

About

A Magisk module that modify the fonts.xml to add more font weight for CJK by just one signle font file.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%