3 Any copyright is dedicated to the Public Domain.
4 http://creativecommons.org/licenses/publicdomain/
6 Test: Marker should have text-shadow applied to it
10 <meta http-equiv=
"content-type" content=
"text/html; charset=UTF-8">
11 <style type=
"text/css">
13 font-family: DejaVuSansMono
;
14 src: url
(../fonts/DejaVuSansMono.woff);
17 /* overflow:hidden will clip off some of our text-shadow too.
18 Give us some padding, so we can put the shadow to the left and bottom
19 and beat the overflow clipping. */
21 font-family: DejaVuSansMono
;
28 text-shadow: -0.5em 3px 2px red
;