With css is it possible to use an image for text color? [duplicate]
Can I make text textured by somehow setting an image as the text color, and having it repeat throughout the text?
Not possible with pure css. See previous post on Textured Text
I don't think that is possible, sorry.
You'd need to make an image.
Though if you could create the text with CSS masks, it will work :)
Yes, you can take a font of your choice and alter it so the outlines are cut out of solid blocks (like the 'oversteer' glyphs of this image instead of the 'unsteady' glyphs). You can embed this custom font into pages using CSS's @font-face, and then it's just a matter of applying a background in the normal way (and ensuring proper line-height, etc.).
精彩评论