Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

Google fonts not working in the new xdk

Merlene_L_
Beginner
530 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
530 Views

You tried with other font?

0 Kudos
Reply