[Can someone assist me in achieving this effect using CSS3][1] I have experimented with multiple tools to create the desired effect, but haven't had any success
If you would like to see an image of what I am trying to achieve, please click on this link: https://ibb.co/kn1aKa
Below are snippets from my CSS file:
@font-face { font-family: 'UTM Cookies'; font-style: normal; font-weight: 400; src: local('UTM Cookies'), local('UTM Cookies'), url(../fonts/UTM-Cookies_0.woff) format('woff');
}
.headline-wrap h1 { font-size: 20px; text-transform: uppercase; margin: 0px 0px 15px 0px; color: #000; font-family: UTM Cookies; padding: 6px 0px 6px 0px; color: #FF972F; text-align: center; }
<div class="headline-wrap">
<h1>Some Text</h1>
</div>