• How to style Your site using Google Webfonts CSS

    by  • 05 May 2011 • Tutorial • 0 Comments

    This is the way you can do to make your site more stylish by using Google Webfonts.
    Copy this code :

    <link  href="http://fonts.googleapis.com/css?family=Tangerine:regular,bold" rel="stylesheet" type="text/css" >
    <style>
    .webfont {
    font-family: 'Tangerine', serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    text-shadow: 2px 2px 2px #aaa;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0em;
    word-spacing: 0em;
    line-height: 1.2;
    }
    </style>
    <font class="webfont">This is some example text. You can edit it. You can also modify it with the controls on the left. When you are done simply copy the code for your own site.</font>

    This is the preview

    This is some example text. You can edit it. You can also modify it with the controls on the left. When you are done simply copy the code for your own site.

    See another font pack at Google Web Fonts

    About

    Leave a Reply

    Your email address will not be published. Required fields are marked *