Edit File: editor.css
/** * Temajet Editor CSS */ #tinymce { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important; max-width: 856px; } blockquote { line-height: 29px; margin-bottom: 15px; background: #f3f3f3; padding: 30px; padding-left: 80px; } blockquote p { margin-top: 0; } blockquote p:last-of-type { margin: 0; } blockquote { border-left: 7px solid #0088fb; } blockquote:before { position: absolute; font-family: "Font Awesome 5 Free"; font-weight: 900; margin-left: -50px; font-size: 2em; } h1, h2, h3, h4, h5, h6 { font-weight: 600; } h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a { text-decoration: none; color: inherit; } h1 { font-size: 29px; line-height: 40px; margin-top: 27px; margin-bottom: 17px; } h2 { font-size: 25px; line-height: 38px; margin-top: 26px; margin-bottom: 15px; } h3 { font-size: 22px; line-height: 30px; margin-top: 25px; margin-bottom: 12px; } h4 { font-size: 19px; line-height: 29px; margin-top: 21px; margin-bottom: 12px; } h5 { font-size: 17px; line-height: 25px; margin-top: 18px; margin-bottom: 10px; } h6 { font-size: 15px; line-height: 24px; margin-top: 18px; margin-bottom: 10px; } p { line-height: 29px; margin-bottom: 15px; }