This commit is contained in:
李志鹏
2025-10-09 14:30:03 +08:00
parent 2ffb626b49
commit 85e374d6f7

View File

@@ -3,34 +3,34 @@
font-family: 'satoshiRegular'; font-family: 'satoshiRegular';
font-style: italic; font-style: italic;
font-weight: 700; font-weight: 700;
src: url(./Satoshi/Satoshi-Regular.ttf) format('woff2') url(./Satoshi/Satoshi-Regular.woff) format('woff2'); src: url("./Satoshi/Satoshi-Regular.ttf") format('woff2'), url("./Satoshi/Satoshi-Regular.woff") format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; /* unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; */
} }
@font-face { @font-face {
font-family: 'satoshiBold'; font-family: 'satoshiBold';
font-style: italic; font-style: italic;
font-weight: 700; font-weight: 700;
src: url(./Satoshi/Satoshi-Bold.ttf) format('woff2') url(./Satoshi/Satoshi-Bold.woff) format('woff2'); src: url("./Satoshi/Satoshi-Bold.ttf") format('woff2'), url("./Satoshi/Satoshi-Bold.woff") format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; /* unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; */
} }
@font-face { @font-face {
font-family: 'mazzardHRegular'; font-family: 'mazzardHRegular';
font-style: italic; font-style: italic;
font-weight: 700; font-weight: 700;
src: url(./Mazzard/MazzardH-Regular.otf) format('opentype'); src: url("./Mazzard/MazzardH-Regular.otf") format('opentype');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; /* unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; */
} }
@font-face { @font-face {
font-family: 'robotoBold'; font-family: 'robotoBold';
font-style: italic; font-style: italic;
font-weight: 700; font-weight: 700;
src: url(./Roboto/Roboto-Bold.ttf) format('woff2'); src: url("./Roboto/Roboto-Bold.ttf") format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; /* unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; */
} }
@font-face { @font-face {
font-family: 'boskaRegular'; font-family: 'boskaRegular';
font-style: italic; font-style: italic;
font-weight: 700; font-weight: 700;
src: url(./Boska/Boska-Regular.ttf) format('woff2') url(./Boska/Boska-Regular.woff) format('woff2'); src: url("./Boska/Boska-Regular.ttf") format('woff2'), url("./Boska/Boska-Regular.woff") format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; /* unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; */
} }