Use Google Fonts

We can use Google fonts. This is the code used in this example:

<head>
    <link rel="stylesheet"
          href="https://fonts.googleapis.com/css?family=Tangerine">
    <style>
      body {
        font-family: 'Tangerine', serif;
        font-size: 48px;
      }
    </style>
  </head>
  <body>
    <div>Making the Web Beautiful!</div>
  </body>

Note the first example uses Tangerine font, the second is Bungee and the third is Dancing Script and the fourth is Ruge Boogie.
Please know that such text will not be found by internal or external search.