Using Open Sans #17

This commit is contained in:
Richard Littauer 2018-11-15 12:13:23 -05:00
parent 9b8b67cff8
commit e9aefc7bde
2 changed files with 2 additions and 1 deletions

View File

@ -81,6 +81,7 @@
} }
blockquote.roadmap { blockquote.roadmap {
font-family: $base-font;
padding-left: 5px; padding-left: 5px;
border-left: 0; border-left: 0;

View File

@ -1,5 +1,5 @@
// TYPOGRAPHY ================================================ // TYPOGRAPHY ================================================
$base-font : 'source-sans-pro', sans-serif; $base-font : 'Open Sans', sans-serif;
$heading-font : $base-font; $heading-font : $base-font;
$caption-font : $base-font; $caption-font : $base-font;
$code-font : 'source-code-pro', monospace; $code-font : 'source-code-pro', monospace;