How I customized my text in the text widget:
I inserted the following code in the body of the text widget.
If you want a line space in between sentences, just insert </p> in between the sentences.
You can find more font options for your fonts here.
Hope this makes sense and helps.
I inserted the following code in the body of the text widget.
<p style="text-align:center">
<span style="font-family:Times New Roman, Georgia">
<span style="font-style:italic">
<span style="font-size:16px">
Your text here</p>
If you want a line space in between sentences, just insert </p> in between the sentences.
You can find more font options for your fonts here.
Hope this makes sense and helps.
Comments
Kathy