|
|
@@ -20,3 +20,13 @@ $brand-success: $success;
|
|
|
$brand-info: $info;
|
|
|
$brand-warning: $warning;
|
|
|
$brand-danger: $danger;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+//== Typography
|
|
|
+//
|
|
|
+//## Font, line-height, and color for body text, headings, and more.
|
|
|
+$font-family-sans-serif: Lato, -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
|
|
|
+$font-family-serif: Georgia, "Times New Roman", Times, serif;
|
|
|
+$font-family-monospace: Osaka-Mono, "MS Gothic", Monaco, Menlo, Consolas, "Courier New", monospace;
|
|
|
+$font-family-base: $font-family-sans-serif;
|