mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-11 15:16:28 +08:00
8cd5f81076
(cherry picked from commit 01ae21e1fa)
24 lines
438 B
CSS
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);
|
|
}
|