Sha256: a3249d9f804028b96ac5225b0445c4bef5cd97a60a36bc60ed4ba612816f8366

Contents?: true

Size: 1.71 KB

Versions: 7

Compression:

Stored size: 1.71 KB

Contents

// Web fonts

$custom_font_stack: helvetica, arial, sans-serif

=font-normal-weight
  font:
    family: $custom_font_stack
    weight: normal

=font-normal-weight-italic
  font:
    family: $custom_font_stack
    weight: normal
    style: italic

=font-bold-weight
  font:
    family: $custom_font_stack
    weight: 500

/////////////////////// NOTICE ////////////////////////

// The default Activo 2 font is below, just uncomment all font-face directives and change the above mixins

/////////////////////// DEFAULT FONTS ////////////////////////

// From http://www.goodwebfonts.com/museo_sans_500/index.html
// A font by Jos Buivenga (http://www.exljbris.com)

//@font-face
//  font-family: 'MuseoSans500'
//  src: url('fonts/museosans_500-webfont.eot')
//  src: local("☺"), url('fonts/museosans_500-webfont.woff') format("woff"), url('fonts/museosans_500-webfont.ttf') format("truetype"), url('fonts/museosans_500-webfont.svg#webfontxgyHgdAL') format("svg")
//  font-weight: normal
//  font-style: normal
//
//@font-face
//  font-family: 'MuseoSans500Italic'
//  src: url('fonts/museosans_500_italic-webfont.eot')
//  src: local("☺"), url('fonts/museosans_500_italic-webfont.woff') format("woff"), url('fonts/museosans_500_italic-webfont.ttf') format("truetype"), url('fonts/museosans_500_italic-webfont.svg#webfonteCRZCYEf') format("svg")
//  font-weight: normal
//  font-style: normal
//
//@font-face
//  font-family: 'Museo700'
//  src: url('fonts/museo700-regular-webfont.eot')
//  src: local("☺"), url('fonts/museo700-regular-webfont.woff') format("woff"), url('fonts/museo700-regular-webfont.ttf') format("truetype"), url('fonts/museo700-regular-webfont.svg#webfontOC5Ke5xr') format("svg")
//  font-weight: normal
//  font-style: normal

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
activoate-0.8.1 app/assets/stylesheets/activo/fonts.sass
activoate-0.7.9 app/assets/stylesheets/activo/fonts.sass
activoate-0.7.5 app/assets/stylesheets/activo/fonts.sass
activoate-0.7.2 app/assets/stylesheets/activo/fonts.sass
activoate-0.6.8 app/assets/stylesheets/activo/fonts.sass
activoate-0.5.0 app/assets/stylesheets/activo-2/fonts.sass
activoate-0.4.5 app/assets/stylesheets/activo-2/fonts.sass