You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
505 B

// $Id$
/* Journal theme newsletter stylesheet */
$web-font-path: "https://fonts.googleapis.com/css?family=News+Cycle:400,700" !default;
@import url($web-font-path);
@import "../../base_files/scss/newsletter.scss";
@import "../../../vendor_bundled/vendor/thomaspark/bootswatch/dist/journal/variables";
$font-family-sans-serif: "News Cycle", "Arial Narrow Bold", sans-serif;
//$font-family-base: $font-family-serif;
$font-size-base: 15px;
$popover-font-size: $font-size-base;