블로그관리하며도움자료메모
워드프레스 한글서체 변경
블로그관리자료
2024. 5. 5. 12:47
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css) ; body, h1, h2, h3, h4, h5, h6, li, p { font-family: 'Noto Sans KR'; !important ; }
출처: https://blog.steamedu123.com/entry/워드프레스-폰트-바꾸기 [모두의 블로그:티스토리]
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700&subset=korean');
body,h1,h2,h3,h4,h5,h6,li,a,textarea,p,span,dl,dt,dd,td,th,button,strong,label,input { font-family: 'Nanum Gothic','Open Sans',dashicons, IcoMoon !important; }
출처: https://blog.steamedu123.com/entry/워드프레스-폰트-바꾸기 [모두의 블로그:티스토리]