2014-04-22 2 views
1

PhoneGap은 Google 글꼴 또는 jQuery 라이브러리를로드하지 않습니다. 여기에 당신은 어디서나 font-family를 지정하지 않은 코드PhoneGap이 Google 글꼴 또는 jquery를로드하지 못합니까?

<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:200' rel='stylesheet' type='text/css'> 

이며, 여기에 HTML

<span style="font-size:24px;">Featured Items</span> 
+0

사진을 게시하지 않겠습니까 –

답변

1

입니다.

<span style="font-family:'Source Sans Pro',sans-serif; font-size:24px;">Featured Items</span> 

가능하면 인라인 스타일을 사용하지 마십시오.

+0

인라인 스타일에도'font-weight : 200;'을 설정하는 것을 잊지 마십시오. – Blazemonger