mmt-webfont
v1.6.0
Published
The webfont package for the MMT typeface.
Readme
MMT webfont package
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-webfontThen, you can import the CSS file in your project:
import 'mmt-webfont/dist/result.css'Usage
Restricted font usage area:
article {
font-family: 'MMT';
}