mdui has a built-in lightweight JavaScript utility library with a jQuery-like API and chaining style, but it is only one-sixth the size of jQuery.
You can use <code>mdui.$</code> to call the library, but it's better to store <code>mdui.$</code> in a short variable for convenience, for example:
Thin Italic
Example
font-weight: 100;
font-style: italic;
Light
Light Italic
Example
font-weight: 300;
font-style: italic;
Regular
Regular Italic
Example
font-weight: 400;
font-style: italic;
Medium
Medium Italic
Example
font-weight: 500;
font-style: italic;
Bold
Bold Italic
Example
font-weight: 700;
font-style: italic;
Black
Black Italic
Example
font-weight: 900;
font-style: italic;
Plugin Writing
Array and Object Operations
body {
font-family: "Helvetica Neue", Helvetica, Microsoft Yahei, sans-serif;
}