Files
HKSingleParty/99_references/supabase-realtime-demo/public/css/fonts.css
2025-05-28 09:55:51 +08:00

73 lines
2.3 KiB
CSS

/* header and body font */
@font-face {
font-family: 'circular';
src: url(/fonts/custom-font/CustomFont-Book.woff2) format('woff2'),
url(/fonts/custom-font/CustomFont-Book.woff) format('woff');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'circular';
src: url(/fonts/custom-font/CustomFont-BookItalic.woff2) format('woff2'),
url(/fonts/custom-font/CustomFont-BookItalic.woff) format('woff');
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: 'circular';
src: url(/fonts/custom-font/CustomFont-Medium.woff2) format('woff2'),
url(/fonts/custom-font/CustomFont-Medium.woff) format('woff');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'circular';
src: url(/fonts/custom-font/CustomFont-MediumItalic.woff2) format('woff2'),
url(/fonts/custom-font/CustomFont-MediumItalic.woff) format('woff');
font-weight: 500;
font-style: italic;
}
@font-face {
font-family: 'circular';
src: url(/fonts/custom-font/CustomFont-Bold.woff2) format('woff2'),
url(/fonts/custom-font/CustomFont-Bold.woff) format('woff');
font-weight: 700;
font-style: 600;
}
@font-face {
font-family: 'circular';
src: url(/fonts/custom-font/CustomFont-BoldItalic.woff2) format('woff2'),
url(/fonts/custom-font/CustomFont-BoldItalic.woff) format('woff');
font-style: 600;
font-style: italic;
}
@font-face {
font-family: 'circular';
src: url(/fonts/custom-font/CustomFont-Black.woff2) format('woff2'),
url(/fonts/custom-font/CustomFont-Black.woff) format('woff');
font-weight: 800;
font-style: normal;
}
@font-face {
font-family: 'circular';
src: url(/fonts/custom-font/CustomFont-BlackItalic.woff2) format('woff2'),
url(/fonts/custom-font/CustomFont-BlackItalic.woff) format('woff');
font-weight: 800;
font-style: italic;
}
/* mono font */
@font-face {
font-family: 'source code pro';
src: url('/fonts/source-code-pro/SourceCodePro-Regular.eot');
src: url('/fonts/source-code-pro/SourceCodePro-Regular.woff2') format('woff2'),
url('/fonts/source-code-pro/SourceCodePro-Regular.woff') format('woff'),
url('/fonts/source-code-pro/SourceCodePro-Regular.ttf') format('truetype'),
url('/fonts/source-code-pro/SourceCodePro-Regular.svg#SourceCodePro-Regular') format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}