The webfont package for the MMT typeface.
npm install mmt-webfontThe webfont package for the MMT typeface.
The link embedding method can be used by web pages, mini-programs, and other platforms that support loading CSS styles.
``html`
`css`
@import url('https://cdn.jsdelivr.net/npm/mmt-webfont/dist/result.css');
To use the MMT webfont in your project, you can install it via npm:
`bash`
npm install mmt-webfont
Then, you can import the CSS file in your project:
`javascript`
import 'mmt-webfont/dist/result.css'
Restricted font usage area:
`css``
article {
font-family: 'MMT';
}