Files
react-native-web/lib/css/font.css
2015-06-09 12:36:33 -07:00

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; }