홈피를 만들다 보면 전체 레이아웃이나 게시판 스킨에 적용하는 폰트를 지정 할 수 있는데,
해당 폰트가 일반적인 글꼴에서는 마음에 드는데 굵은 글꼴에서는 마음에 들지 않을 수 있는데,
이런 경우 적용 가능한 css
/* 굵은 폰트 지정 */
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
strong, b,
h1, h2, h3, h4, h5, h6,
[style*="font-weight: bold"],
[style*="font-weight: 700"],
[style*="font-weight:bold"],
[style*="font-weight:700"] {
font-family: "Pretendard", sans-serif !important;
}
이 사이트는 일반 폰트는 넥슨 Lv.2 고딕체 적용, 굵은 폰트는 A.I 가 추천한 무료 폰트인 pretendard체를 적용 했습니다.

자료가 도움이 되었다면 댓글과 평가 부탁합니다. 