blogspot 에서 font 바꾸기

1. Theme에서 Customize > Edit HTML을 클릭한다.
2. <head> 다음에 아래 코드를 넣는다.
<head>   
    <style>
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic');
    </style>

3. ]]></b:skin> 위에 아래 코드를 넣는다. (line 2830)
div {
font-family: 'Nanum Gothic';
}
]]></b:skin>

댓글