Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
michael@0 | 1 | <?xml version="1.0" encoding="utf-8" ?> |
michael@0 | 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
michael@0 | 3 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" |
michael@0 | 4 | [<!ENTITY first "!"><!ENTITY fallback "æ">]> |
michael@0 | 5 | <html xmlns="http://www.w3.org/1999/xhtml"> |
michael@0 | 6 | <!-- U+00E6 is expected to be found in Arial and DejaVu Sans, but not |
michael@0 | 7 | Devanagari MT, FrankRuehl, nor Standard Symbols L. |
michael@0 | 8 | "!" is chosen as it is expected to be found in the first font found. --> |
michael@0 | 9 | <head> |
michael@0 | 10 | <style> |
michael@0 | 11 | p { font-size: 16.6px; |
michael@0 | 12 | font-family: Devanagari MT, FrankRuehl, Standard Symbols L, Arial, DejaVu Sans; serif } |
michael@0 | 13 | .fallback { font-family: Arial, DejaVu Sans, serif; } |
michael@0 | 14 | </style> |
michael@0 | 15 | </head> |
michael@0 | 16 | <body> |
michael@0 | 17 | <p><span class="fallback">&fallback;&fallback;</span>&first;<span class="fallback">&fallback;</span>&first;<span class="fallback">&fallback;</span>&first;<span class="fallback">&fallback;</span></p> |
michael@0 | 18 | </body> |
michael@0 | 19 | </html> |