Style changes for the Use cases.
[yaffs-website] / web / themes / custom / yaffs / scss / _default-variables.scss
index dd7abb3b4ad490822e8e29f1116db577e44b1b10..74c695614889ac7a3b9ed8d3cf6ee2263e245cda 100644 (file)
 
 // 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 `<code>`, `<kbd>`, and `<pre>`.
+// $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
+*/
+