<font id="f" face="helvetica"></font>
<script>
// attributes[1] is face
f.attributes[1].textContent = null;
</script>
<font id="f" face="helvetica"></font>
<script>
// attributes[1] is face
f.attributes[1].textContent = null;
</script>