.sidebar .chapter > li > ol > li > ol > li > ol > li > ol {
    display: none !important;
}

@font-face {
    font-family: 'yu';
    src: url('FZXSSK.ttf') format('truetype');
    font-display: block;
}

@font-face {
    font-family: 'yuHead';
    src: url('HanliOldstyle.ttf') format('truetype');
    font-display: block;
}

@font-face {
    font-family: 'yuSide';
    src: url('qiji-fallback.ttf') format('truetype');
    font-display: block;
}

body {
    font-family: 'yu', serif !important;
}

h1, h2, h3, h4 {
    font-family: 'yuHead', serif !important;
}

.sidebar {
    font-family: 'yuSide', serif !important;
    font-size: 18px !important;
}

.sidebar .chapter-item strong {
    display: none;
}

/* Improve spacing between CJK and Latin characters where supported */
/* Use Gecko prefix for Firefox and the unprefixed property where available. */
body, p, li, h1, h2, h3, h4, h5, h6 {
    -moz-text-autospace: ideograph-numeric;
    text-autospace: normal;
}
