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.
Lidarr/frontend/src/Styles/Variables/fonts.js

14 lines
368 B

module.exports = {
// Families
defaultFontFamily: 'Roboto, "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif',
monoSpaceFontFamily: '"Ubuntu Mono", Menlo, Monaco, Consolas, "Courier New", monospace;',
// Sizes
extraSmallFontSize: '11px',
smallFontSize: '12px',
defaultFontSize: '14px',
largeFontSize: '16px',
lineHeight: '1.528571429'
};