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.
Please know that such text will not be found by internal or external search.