-
Notifications
You must be signed in to change notification settings - Fork 81
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
KNU & Paduak font addition #1567
Conversation
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.
This looks good code-wise. As discussed during the bug triage meeting, we need to circle back with @SteadyCadence if this sufficient or if more work is needed.
For testing purposes Taking text from here and putting it into the platform for testing:
Should render text to match: NOT: |
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.
Looks good.
Question before we merge this: Do we actually need the KNU Unicode font? From my tests, it was actually useless and almost all rendering (with the exception of whitespace and period symbols) was done by Padauk.
Avoiding adding extra imports will help keep load time short. |
I can look at this end of week. We may not need it but I want to look
closely at the characters because they can be "too sticky" and unreadable.
Also the vowels can be doubled instead of singled.
…On Jun 14, 2017 9:23 PM, "Anthony Lukach" ***@***.***> wrote:
Question before we merge this: Do we actually need the KNU Unicode font?
From my tests, it was actually useless and almost all rendering was done by
Padauk.
- System Font: https://jsfiddle.net/7fos5wua/6/show/
- Google Noto: https://jsfiddle.net/7fos5wua/7/show/
- KNU Unicode: https://jsfiddle.net/7fos5wua/8/show/
- PadaukW: https://jsfiddle.net/7fos5wua/9/show/
- KNU Unicode + PadaukW: https://jsfiddle.net/7fos5wua/10/show/
Avoiding adding extra imports will help keep load time light.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1567 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AYKfFvBEIf6LcjdL6zgdMXBxGdz3LMeoks5sD-zlgaJpZM4NxWvw>
.
|
Typo fix Eliminated extra line Clean up adding branch for KNU Unicode
Proposed changes in this pull request
When should this PR be merged
ASAP
Risks
Follow-up actions
Checklist (for reviewing)
General
migration
label if a new migration is added.Functionality
Code
Tests
Security
Documentation