Skip to content
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

Webfont issues #188

Closed
r12a opened this issue Jan 17, 2019 · 2 comments
Closed

Webfont issues #188

r12a opened this issue Jan 17, 2019 · 2 comments
Assignees

Comments

@r12a
Copy link
Contributor

r12a commented Jan 17, 2019

The CSS styling for .exampleChar currently says:

exampleChar {
    font-size: 36pt;
    font-family: "Palatino", "Times", "Times New Roman", "Verdana", "NoToFu", serif;
}

which for me yields:
screen shot 2019-01-17 at 11 15 59

It should say:

exampleChar {
    font-size: 36pt;
    font-family: "NoToFu", "Palatino", "Times", "Times New Roman", "Verdana", serif;
}

which then gives a much more satisfactory results by actually illustrating the point you're trying to make, ie. that it's impossible to see the difference.
screen shot 2019-01-17 at 11 15 40

@r12a
Copy link
Contributor Author

r12a commented Jan 17, 2019

Second problem is that the Khmer text isn't combining as needed. It should look like this in Noto Sans Khmer.

screen shot 2019-01-17 at 11 23 33

I suspect you forgot to include the glyphs in your NoToFu webfont.

@aphillips
Copy link
Contributor

This should mostly be addressed. The subset font itself isn't updated yet, but I moved NoToFu up in the fallback chain for examples and I added a WOFF font for Khmer to the stylesheet.

@aphillips aphillips self-assigned this Jan 23, 2019
@r12a r12a closed this as completed Jun 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants