You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
907 B
38 lines
907 B
export default {
|
|
android: {
|
|
regular: {
|
|
fontFamily: 'sans-serif',
|
|
fontWeight: 'normal',
|
|
},
|
|
light: {
|
|
fontFamily: 'sans-serif-light',
|
|
fontWeight: 'normal',
|
|
},
|
|
condensed: {
|
|
fontFamily: 'sans-serif-condensed',
|
|
fontWeight: 'normal',
|
|
},
|
|
condensed_light: {
|
|
fontFamily: 'sans-serif-condensed',
|
|
fontWeight: 'light',
|
|
},
|
|
black: {
|
|
fontFamily: 'sans-serif',
|
|
fontWeight: 'bold',
|
|
},
|
|
thin: {
|
|
fontFamily: 'sans-serif-thin',
|
|
fontWeight: 'normal',
|
|
},
|
|
medium: {
|
|
fontFamily: 'sans-serif-medium',
|
|
fontWeight: 'normal',
|
|
},
|
|
bold: {
|
|
fontFamily: 'sans-serif',
|
|
fontWeight: 'bold',
|
|
},
|
|
},
|
|
default: {},
|
|
};
|