MMT webfont package
April 24, 2025 ยท View on GitHub
The webfont package for the MMT typeface.
Demo
Installation
Browser
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');
NPM
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'
Usage
Restricted font usage area:
article {
font-family: 'MMT';
}