- 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:

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.

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