default_fonts_test.html
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>FONT TEST</title> 5 </head> 6 <body> 7 <font style="font-family:'Arial'; font-size:16px"> 8 Arial: The quick brown fox jumps over the lazy dog 9 </font> 10 <br /> 11 <font style="font-family:'Arial Black'; font-size:16px"> 12 Arial Black: The quick brown fox jumps over the lazy dog 13 </font> 14 <br /> 15 <font style="font-family:'Arial Narrow'; font-size:16px"> 16 Arial Narrow: The quick brown fox jumps over the lazy dog 17 </font> 18 <br /> 19 <font style="font-family:'Baskerville'; font-size:16px"> 20 Baskerville: The quick brown fox jumps over the lazy dog 21 </font> 22 <br /> 23 <font style="font-family:'Calibri'; font-size:16px"> 24 Calibri: The quick brown fox jumps over the lazy dog 25 </font> 26 <br /> 27 <font style="font-family:'Cambria'; font-size:16px"> 28 Cambria: The quick brown fox jumps over the lazy dog 29 </font> 30 <br /> 31 <font style="font-family:'Candara'; font-size:16px"> 32 Candara: The quick brown fox jumps over the lazy dog 33 </font> 34 <br /> 35 <font style="font-family:'Comic Sans MS'; font-size:16px"> 36 Comic Sans MS: The quick brown fox jumps over the lazy dog 37 </font> 38 <br /> 39 <font style="font-family:'Consolas'; font-size:16px"> 40 Consolas: The quick brown fox jumps over the lazy dog 41 </font> 42 <br /> 43 <font style="font-family:'Constantia'; font-size:16px"> 44 Constantia: The quick brown fox jumps over the lazy dog 45 </font> 46 <br /> 47 <font style="font-family:'Corbel'; font-size:16px"> 48 Corbel: The quick brown fox jumps over the lazy dog 49 </font> 50 <br /> 51 <font style="font-family:'Courier New'; font-size:16px"> 52 Courier New: The quick brown fox jumps over the lazy dog 53 </font> 54 <br /> 55 <font style="font-family:'Garamond'; font-size:16px"> 56 Garamond: The quick brown fox jumps over the lazy dog 57 </font> 58 <br /> 59 <font style="font-family:'Geneva'; font-size:16px"> 60 Geneva: The quick brown fox jumps over the lazy dog 61 </font> 62 <br /> 63 <font style="font-family:'Georgia'; font-size:16px"> 64 Georgia: The quick brown fox jumps over the lazy dog 65 </font> 66 <br /> 67 <font style="font-family:'Gill Sans'; font-size:16px"> 68 Gill Sans: The quick brown fox jumps over the lazy dog 69 </font> 70 <br /> 71 <font style="font-family:'Helvetica'; font-size:16px"> 72 Helvetica: The quick brown fox jumps over the lazy dog 73 </font> 74 <br /> 75 <font style="font-family:'Helvetica Condensed'; font-size:16px"> 76 Helvetica Condensed: The quick brown fox jumps over the lazy dog 77 </font> 78 <br /> 79 <font style="font-family:'Helvetica Neue'; font-size:16px"> 80 Helvetica Neue: The quick brown fox jumps over the lazy dog 81 </font> 82 <br /> 83 <font style="font-family:'Impact'; font-size:16px"> 84 Impact: The quick brown fox jumps over the lazy dog 85 </font> 86 <br /> 87 <font style="font-family:'Liberation Mono'; font-size:16px"> 88 Liberation Mono: The quick brown fox jumps over the lazy dog 89 </font> 90 <br /> 91 <font style="font-family:'Liberation Sans'; font-size:16px"> 92 Liberation Sans: The quick brown fox jumps over the lazy dog 93 </font> 94 <br /> 95 <font style="font-family:'Liberation Serif'; font-size:16px"> 96 Liberation Serif: The quick brown fox jumps over the lazy dog 97 </font> 98 <br /> 99 <font style="font-family:'Symbol'; font-size:16px"> 100 Symbol: The quick brown fox jumps over the lazy dog 101 </font> 102 <br /> 103 <font style="font-family:'Tahoma'; font-size:16px"> 104 Tahoma: The quick brown fox jumps over the lazy dog 105 </font> 106 <br /> 107 <font style="font-family:'Times New Roman'; font-size:16px"> 108 Times New Roman: The quick brown fox jumps over the lazy dog 109 </font> 110 <br /> 111 <font style="font-family:'Trebuchet MS'; font-size:16px"> 112 Trebuchet MS: The quick brown fox jumps over the lazy dog 113 </font> 114 <br /> 115 <font style="font-family:'Verdana'; font-size:16px"> 116 Verdana: The quick brown fox jumps over the lazy dog 117 </font> 118 <br /> 119 <font style="font-family:'Wingdings'; font-size:16px"> 120 Wingdings: The quick brown fox jumps over the lazy dog 121 </font> 122 </body> 123 </html>