Serif font: Coolvetica

No comments


Download
Put the following code in your css file to use this font
@font-face {
        font-family: "Coolvetica";
        src: url('798919678-coolvetica-rg.eot');
        src: url('798919678-coolvetica-rg.eot?#iefix') format('embedded-opentype'),
        url('798919678-coolvetica-rg.svg#Coolvetica') format('svg'),
        url('798919678-coolvetica-rg.woff') format('woff'),
        url('798919678-coolvetica-rg.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }
Using this font will make your content look like below

No comments :

Post a Comment