Sha256: 800c20dfe402b4943b99c28c0126045f7b58c53b911e6456156f6414ccc6175d

Contents?: true

Size: 1.01 KB

Versions: 32

Compression:

Stored size: 1.01 KB

Contents

// Foundation for Sites by ZURB
// foundation.zurb.com
// Licensed under MIT Open Source

////
/// @group functions
////

$-zf-font-stack: (
  'georgia': (Georgia, "URW Bookman L", serif),
  'helvetica': (Helvetica, Arial, "Nimbus Sans L", sans-serif),
  'lucida-grande': ("Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", sans-serif),
  'monospace': ("Courier New", Courier, "Nimbus Sans L", monospace),
  'system': (-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Helvetica Neue", Helvetica, Arial, sans-serif),
  'verdana': (Verdana, Geneva, "DejaVu Sans", sans-serif),
);

/// Return a font stack list from a map. Equivalent to `map-safe-get($name, $-zf-font-stack)`.
///
/// @param {String} $stack - Name of the font stack.
/// @param {Map} $map [$-zf-font-stack] - Map of font stacks to retrieve a list from.
///
/// @returns {List} Found font stack.
@function font-stack($stack, $map: $-zf-font-stack) {
  @return map-safe-get($map, $stack);
}

Version data entries

32 entries across 32 versions & 6 rubygems

Version Path
bedrock_sass-0.2.2 assets/_vendor/foundation/scss/util/_typography.scss
foundation-rails-6.6.1.0 vendor/assets/scss/util/_typography.scss
foundation-rails-6.5.3.0 vendor/assets/scss/util/_typography.scss
bedrock_sass-0.2.1 assets/_vendor/foundation/scss/util/_typography.scss
foundation-rails-6.5.1.0 vendor/assets/scss/util/_typography.scss
locomotivecms_wagon-2.4.1 generators/foundation/public/stylesheets/foundation6/util/_typography.scss
bedrock_sass-0.2.0 assets/_vendor/foundation/scss/util/_typography.scss
locomotivecms_wagon-2.4.0 generators/foundation/public/stylesheets/foundation6/util/_typography.scss
foundation-rails-6.4.3.0 vendor/assets/scss/util/_typography.scss
bedrock_sass-0.1.9 assets/_vendor/foundation/scss/util/_typography.scss
bedrock_sass-0.1.8 assets/_vendor/foundation/scss/util/_typography.scss
bedrock_sass-0.1.7 assets/_vendor/foundation/scss/util/_typography.scss
bedrock_sass-0.1.6 assets/_vendor/foundation/scss/util/_typography.scss
bedrock_sass-0.1.5 assets/_vendor/foundation/scss/util/_typography.scss
bedrock_sass-0.1.4 assets/_vendor/foundation/scss/util/_typography.scss
bedrock_sass-0.1.3 assets/_vendor/foundation/scss/util/_typography.scss
bedrock_sass-0.1.2 assets/_vendor/foundation/scss/util/_typography.scss
foundation-rails-6.4.1.3 vendor/assets/scss/util/_typography.scss
aacinfo-theme-2.0.1 _sass/foundation-sites/scss/util/_typography.scss
jekyll-theme-foundation-0.3.6 _sass/scss/util/_typography.scss