Software Archive
Read-only legacy content
17061 Discussions

Google fonts not working in the new xdk

Merlene_L_
Beginner
260 Views

GooIgle fonts seem not to be working in the newest version of xdk

It works perfectly in the old version.  I am using a standard Html5 blank template, Here is my code

in the head section

<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Tangerine">
    
    <style>
    H1{font-family: 'Tangerine', serif;
font-size: 48px;
    }
    </style>

in the body section

<H1>Sometime Ago</H1>

 

 

 

 

0 Kudos
1 Reply
Sergio_J__C_
Beginner
260 Views

You tried with other font?

0 Kudos
Reply