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.
|
// Fonts
|
|
//
|
|
$FONT_FAMILY: 'Segoe UI', sans-serif
|
|
$FONT_FAMILY_MONO: Menlo, Monaco, Consolas, 'Courier New', monospace
|
|
|
|
$FONT_SIZE: 16px
|
|
$FONT_SIZE_MONO: 14px
|
|
|
|
$LINE_HEIGHT: 1.333em
|
|
|
|
$TOOLBAR_HEIGHT: 40px
|