toast

    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 명을 쓰면 된다. 출처 유튜브 몰입코딩 아카이브

    HTML, CSS - ToastUi Editor Library 불러오기

    사용법 밑의 코드를 파일로 만들어 import 하여 사용 코드