2026-01-11 20:37:03 +08:00
|
|
|
/* Open Sans Font - 完整本地备用版本 */
|
|
|
|
|
|
|
|
|
|
/* 300 weight - latin */
|
2026-01-11 20:03:15 +08:00
|
|
|
@font-face {
|
|
|
|
|
font-family: 'Open Sans';
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
font-display: swap;
|
2026-01-11 20:37:03 +08:00
|
|
|
src: url('files/opensans-300-latin.woff2') format('woff2'),
|
|
|
|
|
local('Open Sans Light'), local('OpenSans-Light');
|
|
|
|
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
2026-01-11 20:03:15 +08:00
|
|
|
}
|
|
|
|
|
|
2026-01-11 20:37:03 +08:00
|
|
|
/* 400 weight - latin */
|
2026-01-11 20:03:15 +08:00
|
|
|
@font-face {
|
|
|
|
|
font-family: 'Open Sans';
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
font-display: swap;
|
2026-01-11 20:37:03 +08:00
|
|
|
src: url('files/opensans-400-latin.woff2') format('woff2'),
|
|
|
|
|
local('Open Sans Regular'), local('OpenSans-Regular');
|
|
|
|
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
2026-01-11 20:03:15 +08:00
|
|
|
}
|
|
|
|
|
|
2026-01-11 20:37:03 +08:00
|
|
|
/* 600 weight - latin */
|
2026-01-11 20:03:15 +08:00
|
|
|
@font-face {
|
|
|
|
|
font-family: 'Open Sans';
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
font-display: swap;
|
2026-01-11 20:37:03 +08:00
|
|
|
src: url('files/opensans-600-latin.woff2') format('woff2'),
|
|
|
|
|
local('Open Sans SemiBold'), local('OpenSans-SemiBold');
|
|
|
|
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
2026-01-11 20:03:15 +08:00
|
|
|
}
|
|
|
|
|
|
2026-01-11 20:37:03 +08:00
|
|
|
/* 700 weight - latin */
|
2026-01-11 20:03:15 +08:00
|
|
|
@font-face {
|
|
|
|
|
font-family: 'Open Sans';
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
font-display: swap;
|
2026-01-11 20:37:03 +08:00
|
|
|
src: url('files/opensans-700-latin.woff2') format('woff2'),
|
|
|
|
|
local('Open Sans Bold'), local('OpenSans-Bold');
|
|
|
|
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 备用字体栈 */
|
|
|
|
|
body, .font-sans-serif {
|
|
|
|
|
font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
|
2026-01-11 20:03:15 +08:00
|
|
|
}
|