To make the font-size of a particular piece of text bigger we are going to write some CSS code in our text editor.

Step 1:
So, start by going to your text editor and finding the particular piece of text that you want to modify:

Step 2:
We are going to wrap this text in p tags that will look like this:

<p>....................</p>

Note: If the text is already wrapped in 'p' tags you can ignore this step.


Step 3:
Inside of your beginning tag you will have to add this code:

So, your code will now look like this:

<p style="font-size: 13pt;">...............</p>



Note: Change the number 13 in your code to choose the desired font-size. Think that you can also make a segment of text smaller to make it appear like a note.


Here we have our result ! Nice ;)


Click on Next Page to see how to add some space between the letters and the lines



Join the Discussion
Write something…
Recent messages
JamesJB Premium
Very nice, Athanasia, thank you :)
Reply
Athanasia Premium
Any time James :)
Reply
Triblu Premium
Excellent tutorial Athanasia, Thank YOU!
Reply
Athanasia Premium
You're very welcome Trish :)
Reply
Dinh Premium
Thanks for sharing!
Reply
Athanasia Premium
You're welcome Dinh :)
Reply
TeamRobKim Premium
Thanks, starting out every bit of information is awesome!
Reply
Athanasia Premium
You're welcome Rob :)
Reply
Chrissies Premium
Many thanks Athanasia :)
Reply
Athanasia Premium
You're very welcome Chrissie :)
Reply
Top