The 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.
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/mmt-webfont/dist/result.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:
npm install mmt-webfont
Then, you can import the CSS file in your project:
import 'mmt-webfont/dist/result.css'
Restricted font usage area:
article {
font-family: 'MMT';
}