[WordPress] TwentyTwenty 테마 추가 CSS

.wp-block-file__button {
    font-family: "malgun gothic", "gulim", "gulimche", "dotum", "dotumche", "sans-serif", "serif", "monospace", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}

body {
    font-family: "malgun gothic", "gulim", "gulimche", "dotum", "dotumche", "sans-serif", "serif", "monospace", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.8rem;
}

.wp-block-file__button {
    font-family: "malgun gothic", "gulim", "gulimche", "dotum", "dotumche", "sans-serif", "serif", "monospace", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
    line-height: 1;
}

.has-drop-cap:not(:focus)::first-letter {
    font-family: "malgun gothic", "gulim", "gulimche", "dotum", "dotumche", "sans-serif", "serif", "monospace", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}

.entry-content .wp-block-quote.is-style-large {
    font-family: "malgun gothic", "gulim", "gulimche", "dotum", "dotumche", "sans-serif", "serif", "monospace", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}

.entry-content .wp-caption-text {
    font-family: "malgun gothic", "gulim", "gulimche", "dotum", "dotumche", "sans-serif", "serif", "monospace", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}

.widget-content .wp-caption-text {
    font-family: "malgun gothic", "gulim", "gulimche", "dotum", "dotumche", "sans-serif", "serif", "monospace", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}

.editor-post-title__block .editor-post-title__input,
.editor-styles-wrapper .wp-block h1,
.editor-styles-wrapper .wp-block h2,
.editor-styles-wrapper .wp-block h3,
.editor-styles-wrapper .wp-block h4,
.editor-styles-wrapper .wp-block h5,
.editor-styles-wrapper .wp-block h6,
.editor-styles-wrapper .has-drop-cap:not(:focus)::first-letter,
.editor-styles-wrapper cite,
.editor-styles-wrapper figcaption,
.editor-styles-wrapper .wp-caption-text {
        font-family: "malgun gothic", "gulim", "gulimche", "dotum", "dotumche", "sans-serif", "serif", "monospace", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}

/* 내용의 넓이 */
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 100%;
    width: 90%;
}

@media {
    /* 내용 */
    .entry-content {
        font-size: 1.8rem;
    }

    /* 내용 페이지에서 제목 */
    h1,
    .heading-size-1 {
        font-size: 2.0rem;
    }

    h2,
    .heading-size-2 {
        font-size: 2.0rem;
    }

    /* 카테고리: xxxx */
    .archive-title {
        font-size: 2.4rem;
    }

    /* 목록에서 제목 */
    h2.entry-title {
        font-size: 2.4rem;
    }
}

/* 메인 메뉴 */
.modal-menu > li > a,
.modal-menu > li > .ancestor-wrapper > a {
    font-size: 1.8rem;
    font-weight: 700;
}

/* 서브 메뉴 */
.modal-menu .ancestor-wrapper {
    font-size: 1.4rem;
}

위로 스크롤