Sha256: 9e559cce32df3bf7b480be6f2326d255a0bef31047f64bb6f8d1225c7a2c85da

Contents?: true

Size: 1.85 KB

Versions: 4

Compression:

Stored size: 1.85 KB

Contents

// ---------------------------------------------------------------------------
// Settings

$fallback   : "Adobe Caslon Pro",Caslon,Baskerville,Palatino,"Palatino Linotype","Hoefler Text",Garamond,"URW Palladio L","Book Antiqua",Georgia,serif;
$font-stack : "CenturyOldStyleFS", $fallback;
$caps-stack : "CenturyOldStyleFSCaps", $fallback;
$amp-stack  : "BaskervilleAmp", $font-stack;

// ---------------------------------------------------------------------------
// Fonts

@include font-face (
  'CenturyOldStyleFS',
  font-files(
    'CenturyOldStyle-Regular-webfont.woff', 'woff',
    'CenturyOldStyle-Regular-webfont.ttf', 'truetype',
    'CenturyOldStyle-Regular-webfont.svg#webfont', 'svg'
  ),
  'CenturyOldStyle-Regular-webfont.eot',
  normal,
  normal
);

@include font-face (
  'CenturyOldStyleFS',
  font-files(
    'CenturyOldStyle-Bold-webfont.woff', 'woff',
    'CenturyOldStyle-Bold-webfont.ttf', 'truetype',
    'CenturyOldStyle-Bold-webfont.svg#webfont', 'svg'
  ),
  'CenturyOldStyle-Bold-webfont.eot',
  bold,
  normal
);

@include font-face (
  'CenturyOldStyleFS',
  font-files(
    'CenturyOldStyle-Italic-webfont.woff', 'woff',
    'CenturyOldStyle-Italic-webfont.ttf', 'truetype',
    'CenturyOldStyle-Italic-webfont.svg#webfont', 'svg'
  ),
  'CenturyOldStyle-Italic-webfont.eot',
  normal,
  italic
);

@include font-face (
  'CenturyOldStyleFSCaps',
  font-files(
    'CenturyOldStyleCaps-Regular-webfont.woff', 'woff',
    'CenturyOldStyleCaps-Regular-webfont.ttf', 'truetype',
    'CenturyOldStyleCaps-Regular-webfont.svg#webfont', 'svg'
  ),
  'CenturyOldStyleCaps-Regular-webfont.eot',
  normal,
  normal
);

@include font-face (
  'BaskervilleAmp',
  font-files(
    'Baskerville-amp-webfont.woff', 'woff',
    'Baskerville-amp-webfont.ttf', 'truetype',
    'Baskerville-amp-webfont.svg#webfont', 'svg'
  ),
  'Baskerville-amp-webfont.eot',
  normal,
  normal
);

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
susy-2.0.0.alpha.4 docs/source/stylesheets/_general/_century-oldstyle.scss
susy-2.0.0.alpha.3 docs/source/stylesheets/_general/_century-oldstyle.scss
susy-2.0.0.alpha.2 docs/source/stylesheets/_general/_century-oldstyle.scss
susy-2.0.0.alpha.1 docs/source/stylesheets/_general/_century-oldstyle.scss