-
Notifications
You must be signed in to change notification settings - Fork 14
/
font-name-case-test.html
60 lines (60 loc) · 2.22 KB
/
font-name-case-test.html
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><HTML><HEAD><TITLE>Font Name Case Testing</TITLE><STYLE type="text/css"><!--body {font-family: Times, serif;}pre {font-family: monospace;}p.font-name-1 {font-family: helvetica;}p.font-name-2 {font-family: Helvetica;}p.font-name-3 {font-family: "comic sans ms";}p.font-name-4 {font-family: "Comic Sans MS";}p.font-name-5 {font-family: comic sans ms;}p.font-name-6 {font-family: courier, monospace;}p.font-name-7 {font-family: Courier, monospace;}p.font-name-8 {font-family: MonoSpace;}--></STYLE></HEAD><body id="www-meyerweb-com" class="css"><pre>p.font-name-1 {font-family: helvetica;}p.font-name-2 {font-family: Helvetica;}p.font-name-3 {font-family: "comic sans ms";}p.font-name-4 {font-family: "Comic Sans MS";}p.font-name-5 {font-family: comic sans ms;}p.font-name-6 {font-family: courier, monospace;}p.font-name-7 {font-family: Courier, monospace;}p.font-name-8 {font-family: MonoSpace;}</pre><hr><p>The paragraph has not been styled, and the font should appear different from following paragraphs.</p><p class="font-name-1">This is a paragraph meant to test the case sensitivity of font names and their interpretation by Web browsers.</p><p class="font-name-2">This is a paragraph meant to test the case sensitivity of font names and their interpretation by Web browsers.</p><p class="font-name-3">This is a paragraph meant to test the case sensitivity of font names and their interpretation by Web browsers.</p><p class="font-name-4">This is a paragraph meant to test the case sensitivity of font names and their interpretation by Web browsers.</p><p class="font-name-5">This is a paragraph meant to test the case sensitivity of font names and their interpretation by Web browsers.</p><p class="font-name-6">This is a paragraph meant to test the case sensitivity of font names and their interpretation by Web browsers.</p><p class="font-name-7">This is a paragraph meant to test the case sensitivity of font names and their interpretation by Web browsers.</p><p class="font-name-8">This is a paragraph meant to test the case sensitivity of font names and their interpretation by Web browsers.</p></BODY></HTML>