web-mooc/public/assets/frontend/default/fonts/sora/font.css
2025-10-30 10:32:19 +07:00

20 lines
421 B
CSS

@font-face {
font-family: 'sora-regular';
src: url('./static/Sora-Regular.ttf');
}
@font-face {
font-family: 'sora-thin';
src: url('./static/Sora-Thin.ttf');
}
@font-face {
font-family: 'sora-semi-bold';
src: url('./static/Sora-Regular.ttf');
}
@font-face {
font-family: 'sora-bold';
src: url('./static/Sora-Bold.ttf');
}
@font-face {
font-family: 'sora-ex-bold';
src: url('./static/Sora-Bold.ttf');
}