Files
FiDA_Front/public/fonts/general/css/general-sans.css

102 lines
2.4 KiB
CSS
Raw Normal View History

2026-02-05 10:43:18 +08:00
/**
* @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)
2026-04-01 14:53:26 +08:00
* Misans-Regular
2026-02-05 10:43:18 +08:00
*
*/
@font-face {
font-family: 'Regular';
2026-04-01 14:53:26 +08:00
src: url('../fonts/GeneralSans-Regular.otf') format('opentype');
2026-02-05 10:43:18 +08:00
font-weight: 400;
font-display: swap;
font-style: normal;
}
@font-face {
font-family: 'Medium';
2026-04-01 14:53:26 +08:00
src: url('../fonts/GeneralSans-Medium.otf') format('opentype'),
2026-02-05 10:43:18 +08:00
url('../fonts/GeneralSans-MediumItalic.otf') format('opentype');
font-weight: 500;
font-display: swap;
font-style: italic;
}
@font-face {
font-family: 'SemiBold';
2026-04-01 14:53:26 +08:00
src: url('../fonts/GeneralSans-Semibold.otf') format('opentype'),
2026-02-05 10:43:18 +08:00
url('../fonts/GeneralSans-SemiboldItalic.otf') format('opentype');
font-weight: 600;
font-display: swap;
font-style: italic;
}
@font-face {
font-family: 'Bold';
2026-04-01 14:53:26 +08:00
src: url('../fonts/GeneralSans-Bold.otf') format('opentype'),
2026-02-05 10:43:18 +08:00
url('../fonts/GeneralSans-BoldItalic.otf') format('opentype');
font-weight: 700;
font-display: swap;
font-style: normal;
}
@font-face {
font-family: 'Migra-Extrabold';
2026-04-01 14:53:26 +08:00
src: url('../fonts/Migra-Extrabold.otf') format('opentype'),
2026-02-05 10:43:18 +08:00
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;
2026-02-06 16:23:22 +08:00
}
@font-face {
font-family: 'LBold';
2026-04-01 14:53:26 +08:00
src: url('../fonts/MazzardL-Bold.otf') format('opentype');
2026-02-06 16:23:22 +08:00
font-weight: 700;
font-display: swap;
font-style: normal;
}
@font-face {
font-family: 'MBold';
2026-04-01 14:53:26 +08:00
src: url('../fonts/MazzardM-Bold.otf') format('opentype');
2026-02-06 16:23:22 +08:00
font-weight: 700;
font-display: swap;
font-style: normal;
2026-03-06 11:08:02 +08:00
}
@font-face {
font-family: 'MSemiBold';
2026-04-01 14:53:26 +08:00
src: url('../fonts/MazzardL-SemiBold.otf') format('opentype');
2026-03-06 11:08:02 +08:00
font-weight: 700;
font-display: swap;
font-style: normal;
2026-04-01 14:53:26 +08:00
}
@font-face {
font-family: 'MisansRegular';
src: url('../fonts/MiSans-Regular.ttf') format('truetype');
font-style: normal;
font-weight: 330;
}