You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<meta name="assert" content="The 'font-family' property set to and installed font renders the appropriate font. Family name with escaped characters." />
<style type="text/css">
body { font-size: 36px; }
span#verify { font-family: CSSTest Verify; }
p {
}
</style>
</head>
<body>
<div><a href="http://www.w3.org/Style/CSS/Test/Fonts/">Test fonts</a> must be installed for this test: <span id="verify">FAIL</span></div>