UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

13 lines 719 B
```css // Property(ies): fontWeight // Component(s): Ti.UI.ActivityIndicator, Ti.UI.Button, Ti.UI.Label, Ti.UI.ListItem, Ti.UI.Picker, Ti.UI.PickerColumn, Ti.UI.PickerRow, Ti.UI.ProgressBar, Ti.UI.Switch, Ti.UI.TableViewRow, Ti.UI.TextArea, Ti.UI.TextField '.font-thin': { font: { fontWeight: 'thin' } } '.font-extralight': { font: { fontWeight: 'extralight' } } '.font-light': { font: { fontWeight: 'light' } } '.font-normal': { font: { fontWeight: 'normal' } } '.font-medium': { font: { fontWeight: 'normal' } } '.font-semibold': { font: { fontWeight: 'semibold' } } '.font-bold': { font: { fontWeight: 'bold' } } '.font-extrabold': { font: { fontWeight: 'bold' } } '.font-black': { font: { fontWeight: 'bold' } } ```