This commit is contained in:
X1627315083
2025-10-09 09:29:36 +08:00
commit cc8c064d9c
107 changed files with 12520 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,29 @@
/* cyrillic-ext */
@font-face {
font-family: 'poppinsRegular';
font-style: italic;
font-weight: 700;
src: url(./Poppins/Poppins-Regular.ttf) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
font-family: 'poppinsSemiBold';
font-style: italic;
font-weight: 700;
src: url(./Poppins/Poppins-SemiBold.ttf) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
font-family: 'poppinsBold';
font-style: italic;
font-weight: 700;
src: url(./Poppins/Poppins-Bold.ttf) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
font-family: 'poppinsMedium';
font-style: italic;
font-weight: 700;
src: url(./Poppins/Poppins-Medium.ttf) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}