@font-face {
	font-family: ColangoSans; !important;
	src: url(colango_fonts/ColangoSansWeb.woff2) format("woff2"),
		url(colango_fonts/ColangoSansWeb.woff) format("woff"),
		url(colango_fonts/ColangoSansWeb.ttf) format("truetype"),
	font-weight: 400;
	font-style: normal
}

html {
    font-family: 'ColangoSans'
    font-size: 130%; /* 默认通常是 16px，调整为 110% 可整体放大 */
}


/* 应用到正文 */
body {
    font-family: 'ColangoSans'; !important;
    /* font-family: 'ColangoSans' !important;  */
    font-size: 130%;
    /* line-height: 1.7;  */
    line-height: 1.8;
    /* line-height: 1.5 !important;  */
}

/* 调整标题字体大小（可选） */
h1, h2, h3, h4, h5, h6 {
    font-family: 'ColangoSans'; !important;
}

/*
h2 {
    font-size: 2em !important;
}
*/

/* 调整代码块字体大小 */
pre, code {
   font-family: 'ColangoSans'; !important;
}


/* source/_static/custom.css */
blockquote {
    font-size: 12px; /* 将引用块字体设置为18像素 */
    line-height: 1.6; /* 1.6 */
    border-left: 0px solid #ccc; /* 4，左侧灰色边框 */
    margin: 1.5em 2px;  /* 1.5em 10px  外框：上下‌外边距 [px​​：‌左右‌外边距] */ 
    padding: 0em 10px;  /* 0.5em 10px 框内：上下‌内边距 [px​​：‌左右‌内边距] */
    background-color: #f9f9f9; /* 浅灰色背景 */
    color: #555;
}

