Skip to content

Instantly share code, notes, and snippets.

View aspirisen's full-sized avatar

Dmitrii Pikulin aspirisen

View GitHub Profile
@aspirisen
aspirisen / dabblet.css
Created May 8, 2015 11:28 — forked from LeaVerou/dabblet.css
Text masking — The SVG way
/**
* Text masking — The SVG way
*/
svg {
width: 6em; height: 1.5em;
font: 900 500%/1.2 'Arial Black', sans-serif;
}
text { fill: url(#wood); }