Files
AFFiNE-Mirror/packages/component/src/theme/fonts.css
T
Peng Xiao 8cd5f81076 feat: add kalam font (#2743)
(cherry picked from commit 01ae21e1fa)
2023-06-20 14:44:27 +08:00

24 lines
438 B
CSS

@font-face {
font-family: 'Kalam';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(/fonts/kalam/Kalam-Regular.ttf);
}
@font-face {
font-family: 'Kalam';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(/fonts/kalam/Kalam-Light.ttf);
}
@font-face {
font-family: 'Kalam';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(/fonts/kalam/Kalam-Bold.ttf);
}