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;
移除 Roboto
如果你不希望使用 Roboto,使用自定义的字体覆盖掉默认字体即可。
body {
font-family: "Helvetica Neue", Helvetica, Microsoft Yahei, sans-serif;
}