mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-05-08 02:39:21 +08:00
17 lines
545 B
CSS
17 lines
545 B
CSS
.font-inherit { font: inherit; }
|
|
|
|
.fontStyle-italic { font-style: italic; }
|
|
.fontStyle-normal { font-style: normal; }
|
|
|
|
.fontWeight-100 { font-weight: 100; }
|
|
.fontWeight-200 { font-weight: 200; }
|
|
.fontWeight-300 { font-weight: 300; }
|
|
.fontWeight-400 { font-weight: 400; }
|
|
.fontWeight-500 { font-weight: 500; }
|
|
.fontWeight-600 { font-weight: 600; }
|
|
.fontWeight-700 { font-weight: 700; }
|
|
.fontWeight-800 { font-weight: 800; }
|
|
.fontWeight-900 { font-weight: 900; }
|
|
.fontWeight-bold { font-weight: bold; }
|
|
.fontWeight-normal { font-weight: normal; }
|