blob: 6565e0e7504b32ba7132eb064efaf9c230b4942a (
plain)
1
2
3
4
5
6
|
<!DOCTYPE html>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css">
<p>This square should be black: <font face="Ahem">X</font>
<p>This square should be black: <font face="Ahem">X</font>
<p>This square should be blue: <font face="Ahem" color="#0000E0">X</font>
|