- From: <dave@mozart.co.uk>
- Date: Wed, 4 Nov 2020 17:34:08 -0000
- To: <www-validator@w3.org>
Received on Wednesday, 4 November 2020 17:35:31 UTC
The HTML validator gave me a warning that the "Private Use Area" of a font
should not be used in a document. But in this case the HTML used was
<span style="font-family:MZ-Limelight;">B♭7</span>
where the font in question is embedded with the CSS:
@font-face
{
font-family: MZ-Limelight;
src: url('_font-embed/MZ-Limelight-Regular.otf');
src: url('_font-embed/MZ-Limelight-Regular.woff');
}
And this font has precisely the correct private use glyph. I wonder if the
warning could be tempered for the case where an embedded font is referenced?
David Webber
Mozart Music Software
https://www.mozart.co.uk
Received on Wednesday, 4 November 2020 17:35:31 UTC