/** * Default Variables. * * Modify this file to provide default Bootstrap Framework variables. The * Bootstrap Framework will not override any variables defined here because it * uses the `!default` flag which will only set their default if not already * defined here. * * You can copy existing variables directly from the following file: * ./THEMENAME/bootstrap/assets/stylesheets/bootstrap/_variables.scss */ // Set the proper directory for the Bootstrap Glyphicon font. $icon-font-path: '../bootstrap/assets/fonts/bootstrap/'; $fa-font-path: '../fonts/font-awesome/fonts'; /* "Liberation Sans", Arimo, Helvetica, Arial, sans-serif */ $font-family-sans-serif: "Liberation Sans", Arimo, Helvetica, Arial, sans-serif; $font-family-serif: "Liberation Serif", "Times New Roman", Times, serif; // Default monospace fonts for ``, ``, and `
`.
// $font-family-monospace:   Menlo, Monaco, Consolas, "Courier New", monospace !default;
$font-family-monospace:   "Liberation Mono", "Courier New", monospace !default;
$font-family-base:        $font-family-sans-serif;

$font-size-base:          16px;


$yaffs-fade-1: rgb(203, 228, 232);


/*$line-height-base
$link-color
*/