I was wanting to create a text to use as <h2>
in the site, I wanted the form of text to be maintained I do not want an image, because I want to keep the text semantic and accessible.
Is there any way to get this result with CSS only?
The idea is to create an effect similar to the following:
h2 {
font-family: sans-serif;
font-weight: 100;
font-size: 3rem;
letter-spacing: .25em;
text-transform: uppercase;
}
<h2>cortado</h2>