Dotted text in css?
Is it possible to make dotted text with css? I know that the obvious thing would be to use a dotted font, but If I only need to use dotted text sparingly, then having the user to download a whole font might be overdoing it. The idea that I had was to overlay the text with a pseudo element with a background pattern of small transparent circles with a white background. Some thing like this: <div class="dottedText">Some dotted text</div> FIDDLE CSS .dottedText:after { content: ''; position:absolute; left:0; top:0; width: 100%; height: 100%; background: radial-gradient(circle, transparent 50%,