2013-08-07 3 views
0

Google 글꼴을 Google Apps Script HTML 서비스로 가져올 수 있습니까?Google 글꼴을 HTML 서비스로 가져 오기

<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'> 

그리고이

.nav-stacked li a { 
    color: rgb(136, 136, 136); 
    display: list-item; 
    font: 18px 'Roboto', sans-serif; 
    font-weight: 100; 
    height: 20px; 
    line-height: 20px; 
    padding-right: 10px; 
    text-indent: 24px; 
    width: 194px; 
} 

를 사용하지만 그것은 산세 리프 글꼴로 되돌아 유지 :

내가 할 노력하고 있어요. 도움을

덕분에,

답변

1

당신은 누군가가이 기능을 요구 한 카하의 이슈 트래커를 발견,

.nav-stacked li a { 
     font: 18px 'Roboto',sans-serif; 
} 
+0

아직 제대로 가져 오지 않습니다. Google 글꼴을 HTML 서비스로 가져 오는 데 많은 행운이 있었습니까? – user1475265