2017-04-20 1 views

답변

1

넣어 당신의 .CSS 파일 당신은 당신의 .CSS에 구글 글꼴에서 글꼴을 가져오고 글꼴 - 가족을 설정해야

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i'); 

body { 
    font-family: 'Roboto', sans-serif; 
    font-weight: 300; 
    font-size: 16px; 
} 

에 다음 코드.

+0

대단히 감사합니다 :) –

관련 문제