Sha256: 99c15d3e818bb235e8b32dfa12c650ee966469cdc428541b745ef3bfdae7564a

Contents?: true

Size: 1.31 KB

Versions: 9

Compression:

Stored size: 1.31 KB

Contents

// Metropolis

@font-face
  font-family: "Metropolis"
  font-style: normal
  font-weight: normal
  src: url(asset-path("spina/Metropolis-Regular.woff2")) format('woff2')

@font-face
  font-family: "Metropolis"
  font-style: normal
  font-weight: 500
  src: url(asset-path("spina/Metropolis-Medium.woff2")) format('woff2')

@font-face
  font-family: "Metropolis"
  font-style: normal
  font-weight: 600
  src: url(asset-path("spina/Metropolis-SemiBold.woff2")) format('woff2')

@font-face
  font-family: "Metropolis"
  font-style: normal
  font-weight: 700
  src: url(asset-path("spina/Metropolis-Bold.woff2")) format('woff2')

@font-face
  font-family: "Metropolis"
  font-style: italic
  font-weight: normal
  src: url(asset-path("spina/Metropolis-RegularItalic.woff2")) format('woff2')

// Icons

@font-face
  font-family: "ics_spina"
  font-style: normal
  font-weight: normal
  src: url(asset-path('spina/ics_spina.woff')) format('woff')

.icon
  display: inline-block
  vertical-align: middle
  font-size: inherit
  line-height: inherit // NOTE: should be 1
  font-family: "ics_spina" !important
  font-style: normal !important
  font-variant: normal !important
  font-weight: normal !important
  text-transform: none !important
  speak: none
  text-rendering: auto
  -webkit-font-smoothing: antialiased
  -moz-osx-font-smoothing: grayscale

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
spina-2.0.2 app/assets/stylesheets/spina/_fonts.sass
spina-2.0.1 app/assets/stylesheets/spina/_fonts.sass
spina-2.0.0 app/assets/stylesheets/spina/_fonts.sass
spina-2.0.0.beta app/assets/stylesheets/spina/_fonts.sass
spina-2.0.0.alpha app/assets/stylesheets/spina/_fonts.sass
spina-1.2.0 app/assets/stylesheets/spina/_fonts.sass
spina-1.1.4 app/assets/stylesheets/spina/_fonts.sass
spina-1.1.3 app/assets/stylesheets/spina/_fonts.sass
spina-1.1.2 app/assets/stylesheets/spina/_fonts.sass