﻿@font-face {
    font-family: 'TitleFont';
    src: url('../font/SourceHanSerifCN-Heavy.woff2') format('woff2'), url('../font/SourceHanSerifCN-Heavy.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    unicode-range: U+4E00-9FA5;
    unicode-range: U+4E00-9FA5;
}

@font-face {
    font-family: 'TextFont';
    src: url('../font/SourceHanSansCN-Normal.otf') format('opentype');
    /*url('../font/SourceHanSansCN-Normal.woff2') format('woff2'), url('../font/SourceHanSansCN-Normal.woff') format('woff');*/
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    unicode-range: U+4E00-9FA5;
    unicode-range: U+4E00-9FA5;
}

/* 引入英文字体 */
@font-face {
    font-family: 'EnglishFont'; /* 英文字体的字体族名称 */
    src: url('../font/HelveticaNeueLTPro-Cn.otf') format('opentype'); /* 英文字体文件的路径和格式 */
    font-weight: normal; /* 字体粗细 */
    font-style: normal; /* 字体样式 */
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; /* 指定字体支持的Unicode范围，这里指定了常用的拉丁字符 */
}

/*应用字体*/
body {
    font-family: 'EnglishFont', sans-serif;
}

/*仅对中文字符使用中文字体*/
body {
    font-family: 'TextFont', 'TitleFont', 'EnglishFont', sans-serif;
}

h1 {
    font-family: 'EnglishFont', 'TitleFont', sans-serif !important;
}

h2 {
    font-family: 'EnglishFont', 'TitleFont', sans-serif !important;
}

h3 {
    font-family: 'EnglishFont', 'TitleFont', sans-serif !important;
}

h4 {
    font-family: 'EnglishFont', 'TitleFont', sans-serif !important;
}

h5 {
    font-family: 'EnglishFont', 'TitleFont', sans-serif !important;
}

h6 {
    font-family: 'EnglishFont', 'TitleFont', sans-serif !important;
}

h7 {
    font-family: 'EnglishFont', 'TitleFont', sans-serif !important;
}

p {
    font-family: 'EnglishFont', 'TextFont', sans-serif !important;
}

a {
    font-family: 'EnglishFont', 'TextFont', sans-serif !important;
}

div {
    font-family: 'EnglishFont', 'TextFont', sans-serif !important;
}

.title-font {
    font-family: 'EnglishFont', 'TitleFont', sans-serif !important;
}
