Software Archive
Read-only legacy content
公告
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 讨论

Google fonts not working in the new xdk

Merlene_L_
初学者
533 次查看

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 项奖励
1 回复
Sergio_J__C_
初学者
533 次查看

You tried with other font?

0 项奖励
回复