Google fonts

Using Fonts we can achieve a unique look at our web pages.

There are lot available Fonts Libraries.

The most commonly used gallery is the Google Fonts.

It has a huge variety and detailed instructions on how to use it.

Example

The CSS rules:

<!DOCTYPE html>
<html lang="en">
  <head>
    <link href="https://fonts.googleapis.com/css?family=Pacifico" rel="stylesheet">
  </head>
  <body>
    <p style="font-family: 'Pacifico', cursive;" style = >Google Gonts</h3>
  </body>
</html>

will create a page displayed as:

Google fonts