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.
|
|
|
module.exports = {
|
|
|
|
// Families
|
|
|
|
defaultFontFamily: 'Roboto, "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif',
|
|
|
|
monoSpaceFontFamily: '"Ubuntu Mono", Menlo, Monaco, Consolas, "Courier New", monospace;',
|
|
|
|
passwordFamily: 'text-security-disc',
|
|
|
|
|
|
|
|
// Sizes
|
|
|
|
extraSmallFontSize: '11px',
|
|
|
|
smallFontSize: '12px',
|
|
|
|
defaultFontSize: '14px',
|
|
|
|
intermediateFontSize: '15px',
|
|
|
|
largeFontSize: '16px',
|
|
|
|
|
|
|
|
lineHeight: '1.528571429'
|
|
|
|
};
|