Is there a way to make text a decortative font script?
But specifically, is there a way to do it in a <div> or heading <h4> tag? My text looks like this-
<div class="container">
<img src="https://jimwillisondev.work/wp-content/uploads/2018/03/note1-01-1.png" alt="" style="width:100%;">
<div class="centered"><h4>Deliver on promises</h4></div>
</div>
-and I need "deliver on promises" to be in a decorative font that looks handwritten. Can that be done?
<div class="container">
<img src="https://jimwillisondev.work/wp-content/uploads/2018/03/note1-01-1.png" alt="" style="width:100%;">
<div class="centered"><h4>Deliver on promises</h4></div>
</div>
-and I need "deliver on promises" to be in a decorative font that looks handwritten. Can that be done?
Comments
you can use the google font shortcode,
http://themes.muffingroup.com/be/theme/shortcodes/typography/#googlefont
thanks