- From: r12a via GitHub <sysbot+gh@w3.org>
- Date: Thu, 17 Jan 2019 11:22:04 +0000
- To: public-i18n-archive@w3.org
r12a has just created a new issue for https://github.com/w3c/charmod-norm: == Webfont issues == 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](https://user-images.githubusercontent.com/4839211/51315328-d5001d00-1a49-11e9-92be-c4bce8232e98.png) 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](https://user-images.githubusercontent.com/4839211/51315357-e77a5680-1a49-11e9-9823-c81a325f51bc.png) Please view or discuss this issue at https://github.com/w3c/charmod-norm/issues/188 using your GitHub account
Received on Thursday, 17 January 2019 11:22:05 UTC