<!DOCTYPE html>
<style>
@font-face {
font-family: NotFound;
src: url(notfound.ttf);
}
select { font-family: NotFound, sans-serif; }
</style>
<p>You should see the word PASS below.</p>
<select>
<option>PASS</option>
</select>
<!DOCTYPE html>
<style>
@font-face {
font-family: NotFound;
src: url(notfound.ttf);
}
select { font-family: NotFound, sans-serif; }
</style>
<p>You should see the word PASS below.</p>
<select>
<option>PASS</option>
</select>