OLD | NEW |
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" > | 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" > |
4 <head> | 4 <head> |
5 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> | 5 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> |
6 <!-- to correct the unsightly Flash of Unstyled Content. http://www.bluerobo
t.com/web/css/fouc.asp --> | 6 <!-- to correct the unsightly Flash of Unstyled Content. http://www.bluerobo
t.com/web/css/fouc.asp --> |
7 <script type="text/javascript"></script> | 7 <script type="text/javascript"></script> |
8 | 8 |
9 <style type="text/css" media="all"> | 9 <style type="text/css" media="all"> |
10 @font-face { | 10 @font-face { |
(...skipping 16 matching lines...) Expand all Loading... |
27 } | 27 } |
28 </style> | 28 </style> |
29 </head> | 29 </head> |
30 | 30 |
31 <body> | 31 <body> |
32 <p class="first">This text should be rendered with a first font.</p> | 32 <p class="first">This text should be rendered with a first font.</p> |
33 <p class="second">This text should be rendered with a second font.</p> | 33 <p class="second">This text should be rendered with a second font.</p> |
34 </body> | 34 </body> |
35 | 35 |
36 </html> | 36 </html> |
OLD | NEW |