site/src/scss/_vars.scss

13 lines
561 B
SCSS
Raw Normal View History

2024-06-19 02:24:06 -04:00
/******************************************************************************
_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;