-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Added support for font family using fonts from assets and G-Fonts #172
base: main
Are you sure you want to change the base?
Conversation
- Added mirai text theme data in Mirai theme - Added mirai font family parser - Added font resource type enum
Hey @RodolfoSilva I have come up with something called
This is great because it detects whether to load the font from the assets or through http (google_fonts) |
I loved this solution @i-asimkhan . It's more extensible... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Signed-off-by: Divyanshu Bhargava <divyanshub024@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@i-asimkhan Can we remove the Lisu font and only keep the Handjet(Regular, medium & bold)
Description
Added support for font family using fonts from assets and G-Fonts
Related Issues
Closes #118
Type of Change