Font-family in css

How to show the text in the different format

use this code



 <link rel="stylesheet" type="text/css"
          href="https://fonts.googleapis.com/css?family=Tangerine">
font-family: 'Tangerine', serif;
    font-size: 33px;
    text-shadow: 4px 4px 4px #569bcc;
    color: green;

No comments