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