• Hi,
    this theme says that you can use Google’s Web Fonts, is this for the premium theme version only?

    Is there somewhere in the CSS that I can make this global change?

    Thanks,
    – Candice

Viewing 1 replies (of 1 total)
  • Hi Candi90250,

    Here is some example:

    <html>
      <head>
        <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Tangerine">
        <style>
          body {
            font-family: 'Tangerine', serif;
            font-size: 48px;
          }
        </style>
      </head>
      <body>
        <div>This is a test!</div>
      </body>
    </html>
Viewing 1 replies (of 1 total)
  • The topic ‘How do you use Google Web Fonts?’ is closed to new replies.