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

55 lines
1.3 KiB
CSS

@font-face {
font-family: 'DM Sans';
src: url('DMSans-Medium.woff2') format('woff2'),
url('DMSans-Medium.woff') format('woff');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'DM Sans';
src: url('DMSans-Bold.woff2') format('woff2'),
url('DMSans-Bold.woff') format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'DM Sans';
src: url('DMSans-Black.woff2') format('woff2'),
url('DMSans-Black.woff') format('woff');
font-weight: 900;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'DM Sans';
src: url('DMSans-ExtraBold.woff2') format('woff2'),
url('DMSans-ExtraBold.woff') format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'DM Sans';
src: url('DMSans-Regular.woff2') format('woff2'),
url('DMSans-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'DM Sans';
src: url('DMSans-SemiBold.woff2') format('woff2'),
url('DMSans-SemiBold.woff') format('woff');
font-weight: 600;
font-style: normal;
font-display: swap;
}