Fonts Options : Formatting the google fonts as your need

Fonts Options : Formatting the google fonts as your need

by Zico
24 listopada, 2022
11:32 am
Uncategorized

Add a Comment

Twój adres e-mail nie zostanie opublikowany. Wymagane pola są oznaczone *

Quisque sit amet sem augue. Integer metus ligula, semper sed varius id, fringilla quis mauris. Nulla non tempus erat. Morbi at ullamcorper est. Praesent vitae purus accumsan, bibendum libero quis, vulputate orci.

Set the font size of text (with CSS):

<p style=”font-size:30px”>This is a paragraph.</p>
<p style=”font-size:11px”>This is another paragraph.</p>

Result :

This is a paragraph.

This is another paragraph.

Set Colour Text to the Font

Set the color of text (with CSS):

<p style=”color:red”>This is a paragraph.</p>
<p style=”color:blue”>This is another paragraph.</p>

Result :

This is a paragraph.

This is another paragraph.

Set font size text formatting

<p style=”font-family:verdana”>This is a paragraph.</p>
<p style=”font-family:’Courier New'”>This is another paragraph.</p>

Result :

This is a paragraph.

This is another paragraph.