2017-10-01 13 views

답변

0

font-family과 함께 제공되는 CSS에 언제든지 @fontface을 여러 개 추가 할 수 있습니다.

@font-face { 
    font-family: myFirstFont; 
    src: url(myFirstFont.woff); 
    font-weight: bold; 
} 

@font-face { 
    font-family: mySecondFont; 
    src: url(mySecondFont.woff); 
    font-weight: bold; 
}