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.
31 lines
586 B
31 lines
586 B
@charset "UTF-8";
|
|
|
|
/// Georgia font stack.
|
|
///
|
|
/// @type List
|
|
|
|
$georgia: "Georgia", "Cambria", "Times New Roman", "Times", serif;
|
|
|
|
/// Helvetica font stack.
|
|
///
|
|
/// @type List
|
|
|
|
$helvetica: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
|
|
|
|
/// Lucida Grande font stack.
|
|
///
|
|
/// @type List
|
|
|
|
$lucida-grande: "Lucida Grande", "Tahoma", "Verdana", "Arial", sans-serif;
|
|
|
|
/// Monospace font stack.
|
|
///
|
|
/// @type List
|
|
|
|
$monospace: "Bitstream Vera Sans Mono", "Consolas", "Courier", monospace;
|
|
|
|
/// Verdana font stack.
|
|
///
|
|
/// @type List
|
|
|
|
$verdana: "Verdana", "Geneva", sans-serif;
|
|
|