Check out this jsfiddle where the identical text is displayed twice:
- firstly in white with a solid font style
- then in black with an outlined font style
The two fonts, Londrina Solid and Londrina Shadow, are specifically designed to have matching metrics and work harmoniously together in this manner.
Is it possible to achieve this visual effect using only CSS without duplicating the text content in the HTML? (And no need to duplicate it in the CSS either.)