Access our premium support and let us know your problems, we will help you solve them.

0
No products in the cart.

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Import and use google webfont #10088
    blankuser2578173
    Participant

    CSS

    @import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700);
            body {
                font-family: 'Open Sans', sans-serif;
            }
    
            body p {
                font-style: italic;
                font-weight: 300; /* You specify the number you see next to the fonts to change from light to bold ie you would put 700 etc. etc. */
            }
    
Viewing 1 post (of 1 total)