由于Android字体粗细只有weight400和weight800,没有所谓中粗的概念,但是在某些情况下,我们的App需要有细weight400、中粗weight600、粗weight800 三种
我们导入3种文件
定义以下规范:
0、整个app默认使用regular字体
1、禁止使用textStyle
2、如果要使用粗体,要使用:android:fontFamily="@font/bold"
3、部分需要使用medium的,统一修改
4、fontStyle只能设置:fontStyle normal italic 斜体
image.jpeg
image.jpeg
image.jpeg