Ghost blog - font 나눔고딕으로 바꾸기
Blog posting을 하려는데 폰트가 너--------무 맘에 안드니 바꿔보도록 하자.
![](https://gorani-memo.ghost.io/content/images/2023/02/image.png)
설정방법
아래의 경로로 진입해보자.
관리자 화면 -> Settings -> Code injection
그리고 header 부분에 아래 code를 추가하면?
<link href='//cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/nanumbarungothic.css' rel='stylesheet' type='text/css'>
<style>
body,
h1, h2, h3, h4, h5, h6,
.main-nav a,
.subscribe-button,
.page-title,
.post-meta,
.read-next-story .post:before,
.pagination,
.page-description,
.site-footer,
.post-full-content,
.post-card-excerpt,
.post-full-custom-excerpt,
[class^="icon-"]:before, [class*=" icon-"]:before
{
font-family: "Open Sans", "Nanum Barun Gothic", sans-serif, casper-icons; /* Replace with your own font */
}
</style>
짜잔~
![](https://gorani-memo.ghost.io/content/images/2023/02/image-4.png)
변경 완료!