Sha256: ca156495ba3201019304834ed5bb74e13cc69102d483d17bdb971b5eb8dede58

Contents?: true

Size: 1.1 KB

Versions: 49

Compression:

Stored size: 1.1 KB

Contents

//
// Typography
//

// Override the default Bootstrap base font family
// 
// Roboto Slab is being used below and is brought in
// via Google fonts in the head of src/pug/index.pug.
// The fonts listed afterwards are fallbacks.

$font-family-base: "Roboto Slab",
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
"Helvetica Neue",
Arial,
sans-serif,
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji";

// Override the default Bootstrap headings font family
// 
// Montserrat is being used below and is brought in
// via Google fonts in the head of src/pug/index.pug.
// The fonts listed afterwards are fallbacks.

$headings-font-family: "Montserrat",
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
"Helvetica Neue",
Arial,
sans-serif,
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji";

// Create a subheadings font family

$subheadings-font-family: $font-family-base;

// Override Bootstrap default headings variables

$headings-font-weight: 700;
$headings-letter-spacing: 0.0625em;

// Override default Bootstrap line height variables

$line-height-lg: 1.75;

Version data entries

49 entries across 49 versions & 1 rubygems

Version Path
rails_app_generator-0.3.6 after_templates/application/printspeak/app/assets/stylesheets/page/variables/_typography.scss
rails_app_generator-0.3.5 after_templates/application/printspeak/app/assets/stylesheets/page/variables/_typography.scss
rails_app_generator-0.3.4 after_templates/application/printspeak/app/assets/stylesheets/page/variables/_typography.scss
rails_app_generator-0.3.3 after_templates/application/printspeak/app/assets/stylesheets/page/variables/_typography.scss
rails_app_generator-0.3.2 after_templates/application/printspeak/app/assets/stylesheets/page/variables/_typography.scss
rails_app_generator-0.3.1 after_templates/application/printspeak/app/assets/stylesheets/page/variables/_typography.scss
rails_app_generator-0.3.0 after_templates/application/printspeak/app/assets/stylesheets/page/variables/_typography.scss
rails_app_generator-0.2.43 after_templates/application/printspeak/app/assets/stylesheets/page/variables/_typography.scss
rails_app_generator-0.2.42 after_templates/application/printspeak/app/assets/stylesheets/page/variables/_typography.scss
rails_app_generator-0.2.41 after_templates/application/printspeak/app/assets/stylesheets/page/variables/_typography.scss
rails_app_generator-0.2.40 after_templates/application/printspeak/app/assets/stylesheets/page/variables/_typography.scss
rails_app_generator-0.2.39 after_templates/application/printspeak/app/assets/stylesheets/page/variables/_typography.scss
rails_app_generator-0.2.38 after_templates/application/printspeak/app/assets/stylesheets/page/variables/_typography.scss
rails_app_generator-0.2.37 after_templates/application/printspeak/app/assets/stylesheets/page/variables/_typography.scss
rails_app_generator-0.2.36 after_templates/application/printspeak/app/assets/stylesheets/page/variables/_typography.scss
rails_app_generator-0.2.35 after_templates/application/printspeak/app/assets/stylesheets/page/variables/_typography.scss
rails_app_generator-0.2.34 after_templates/application/printspeak/app/assets/stylesheets/page/variables/_typography.scss
rails_app_generator-0.2.33 after_templates/application/printspeak/app/assets/stylesheets/page/variables/_typography.scss
rails_app_generator-0.2.32 after_templates/application/printspeak/app/assets/stylesheets/page/variables/_typography.scss
rails_app_generator-0.2.31 after_templates/application/printspeak/app/assets/stylesheets/page/variables/_typography.scss