上传字体包 版本树页面
This commit is contained in:
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,50 +0,0 @@
|
||||
/* cyrillic-ext */
|
||||
@font-face {
|
||||
font-family: 'satoshiRegular';
|
||||
font-style: italic;
|
||||
font-weight: 700;
|
||||
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; */
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'satoshiBold';
|
||||
font-style: italic;
|
||||
font-weight: 700;
|
||||
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; */
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'satoshiMedium';
|
||||
font-style: italic;
|
||||
font-weight: 700;
|
||||
src: url("./Satoshi/Satoshi-Medium.ttf") format('woff2'), url("./Satoshi/Satoshi-Medium.woff") 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: 'mazzardHRegular';
|
||||
font-style: italic;
|
||||
font-weight: 700;
|
||||
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; */
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'robotoBold';
|
||||
font-style: italic;
|
||||
font-weight: 700;
|
||||
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; */
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'robotoRegular';
|
||||
font-style: italic;
|
||||
font-weight: 700;
|
||||
src: url("./Roboto/Roboto-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: 'boskaRegular';
|
||||
font-style: italic;
|
||||
font-weight: 700;
|
||||
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; */
|
||||
}
|
||||
70
public/fonts/general/css/general-sans.css
Normal file
70
public/fonts/general/css/general-sans.css
Normal file
@@ -0,0 +1,70 @@
|
||||
/**
|
||||
* @license
|
||||
*
|
||||
* Font Family: General Sans
|
||||
* Designed by: Frode Helland
|
||||
* URL: https://www.fontshare.com/fonts/general-sans
|
||||
* © 2026 Indian Type Foundry
|
||||
*
|
||||
* General Sans Extralight
|
||||
* General Sans ExtralightItalic
|
||||
* General Sans Light
|
||||
* General Sans LightItalic
|
||||
* General Sans Regular
|
||||
* General Sans Italic
|
||||
* General Sans Medium
|
||||
* General Sans MediumItalic
|
||||
* General Sans Semibold
|
||||
* General Sans SemiboldItalic
|
||||
* General Sans Bold
|
||||
* General Sans BoldItalic
|
||||
* General Sans Variable (Variable font)
|
||||
* General Sans VariableItalic (Variable font)
|
||||
|
||||
*
|
||||
*/
|
||||
@font-face {
|
||||
font-family: 'Regular';
|
||||
src:url('../fonts/GeneralSans-Regular.otf') format('opentype');
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Medium';
|
||||
src:url('../fonts/GeneralSans-Medium.otf') format('opentype'),
|
||||
url('../fonts/GeneralSans-MediumItalic.otf') format('opentype');
|
||||
font-weight: 500;
|
||||
font-display: swap;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'SemiBold';
|
||||
src:url('../fonts/GeneralSans-Semibold.otf') format('opentype'),
|
||||
url('../fonts/GeneralSans-SemiboldItalic.otf') format('opentype');
|
||||
font-weight: 600;
|
||||
font-display: swap;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Bold';
|
||||
src:url('../fonts/GeneralSans-Bold.otf') format('opentype'),
|
||||
url('../fonts/GeneralSans-BoldItalic.otf') format('opentype');
|
||||
font-weight: 700;
|
||||
font-display: swap;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Migra-Extrabold';
|
||||
src:url('../fonts/Migra-Extrabold.otf') format('opentype'),
|
||||
url('../fonts/Migra-Extrabold.ttf') format('truetype'),
|
||||
url('../fonts/Migra-Extrabold.woff') format('woff'),
|
||||
url('../fonts/Migra-Extrabold.woff2') format('woff2');
|
||||
font-weight: 700;
|
||||
font-display: swap;
|
||||
font-style: normal;
|
||||
}
|
||||
BIN
public/fonts/general/fonts/GeneralSans-Bold.otf
Normal file
BIN
public/fonts/general/fonts/GeneralSans-Bold.otf
Normal file
Binary file not shown.
BIN
public/fonts/general/fonts/GeneralSans-BoldItalic.otf
Normal file
BIN
public/fonts/general/fonts/GeneralSans-BoldItalic.otf
Normal file
Binary file not shown.
BIN
public/fonts/general/fonts/GeneralSans-Extralight.otf
Normal file
BIN
public/fonts/general/fonts/GeneralSans-Extralight.otf
Normal file
Binary file not shown.
BIN
public/fonts/general/fonts/GeneralSans-ExtralightItalic.otf
Normal file
BIN
public/fonts/general/fonts/GeneralSans-ExtralightItalic.otf
Normal file
Binary file not shown.
BIN
public/fonts/general/fonts/GeneralSans-Italic.otf
Normal file
BIN
public/fonts/general/fonts/GeneralSans-Italic.otf
Normal file
Binary file not shown.
BIN
public/fonts/general/fonts/GeneralSans-Light.otf
Normal file
BIN
public/fonts/general/fonts/GeneralSans-Light.otf
Normal file
Binary file not shown.
BIN
public/fonts/general/fonts/GeneralSans-LightItalic.otf
Normal file
BIN
public/fonts/general/fonts/GeneralSans-LightItalic.otf
Normal file
Binary file not shown.
BIN
public/fonts/general/fonts/GeneralSans-Medium.otf
Normal file
BIN
public/fonts/general/fonts/GeneralSans-Medium.otf
Normal file
Binary file not shown.
BIN
public/fonts/general/fonts/GeneralSans-MediumItalic.otf
Normal file
BIN
public/fonts/general/fonts/GeneralSans-MediumItalic.otf
Normal file
Binary file not shown.
BIN
public/fonts/general/fonts/GeneralSans-Regular.otf
Normal file
BIN
public/fonts/general/fonts/GeneralSans-Regular.otf
Normal file
Binary file not shown.
BIN
public/fonts/general/fonts/GeneralSans-Semibold.otf
Normal file
BIN
public/fonts/general/fonts/GeneralSans-Semibold.otf
Normal file
Binary file not shown.
BIN
public/fonts/general/fonts/GeneralSans-SemiboldItalic.otf
Normal file
BIN
public/fonts/general/fonts/GeneralSans-SemiboldItalic.otf
Normal file
Binary file not shown.
BIN
public/fonts/general/fonts/Migra-Extrabold.otf
Normal file
BIN
public/fonts/general/fonts/Migra-Extrabold.otf
Normal file
Binary file not shown.
BIN
public/fonts/general/fonts/Migra-Extrabold.ttf
Normal file
BIN
public/fonts/general/fonts/Migra-Extrabold.ttf
Normal file
Binary file not shown.
BIN
public/fonts/general/fonts/Migra-Extrabold.woff
Normal file
BIN
public/fonts/general/fonts/Migra-Extrabold.woff
Normal file
Binary file not shown.
BIN
public/fonts/general/fonts/Migra-Extrabold.woff2
Normal file
BIN
public/fonts/general/fonts/Migra-Extrabold.woff2
Normal file
Binary file not shown.
Reference in New Issue
Block a user