13 lines
561 B
SCSS
13 lines
561 B
SCSS
/******************************************************************************
|
|
_vars.scss
|
|
*******************************************************************************
|
|
Global variables for the entire website
|
|
============================================================================ */
|
|
|
|
/* SPACING ================================================================= */
|
|
$gutter: 1em;
|
|
|
|
/* FONT SIZING ============================================================= */
|
|
$font-base-size: 12pt;
|
|
$font-stack-serif: "Linux Libertine", "Times New Roman", Times, serif;
|