mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-25 22:59:10 -04:00
New: Project Aphrodite
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
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'
|
||||
};
|
||||
Reference in New Issue
Block a user