새소식

HTML, CSS

HTML, CSS - Toast Ui에 폰트 적용

  • -

코드

html > body,
html > body .toastui-editor-contents,
html > body .ProseMirror,
html > body .toastui-editor-md-code,
html > body .toastui-editor-md-code-block {
    font-family: "my-font", sans-serif;
    text-underline-position: under;
}

사용

font-family: "my-font" 자리에 font-family 명을 쓰면 된다.

출처

유튜브 몰입코딩 아카이브

 

반응형
Contents

포스팅 주소를 복사했습니다

이 글이 도움이 되었다면 공감 부탁드립니다.