Sha256: 5e1e36471cc61a77cf118533cf97dc6a9e8e398b51fc20e68f5c198b9c3390e0

Contents?: true

Size: 1.08 KB

Versions: 1

Compression:

Stored size: 1.08 KB

Contents

@font-face {
  font-family: 'skr-icon';
  src:url(font-path('lanes/styles/fonts/icomoon.eot') + '?-7u8s0f');
  src:url(font-path('lanes/styles/fonts/icomoon.eot') + '?#iefix-7u8s0f') format('embedded-opentype'),
  url(font-path('lanes/styles/fonts/icomoon.woff') + '?-7u8s0f') format('woff'),
  url(font-path('lanes/styles/fonts/icomoon.ttf')  + '?-7u8s0f') format('truetype'),
  url(font-path('lanes/styles/fonts/icomoon.svg')  + '?-7u8s0f#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.lanes {
  .font-icon-display {
    font-family: 'skr-icon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    position: relative;
    top: 1px;
    display: inline-block;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  [class^="icon-"], [class*=" icon-"] {
                      @extend .font-icon-display;
                    }

  @import "fonts/style";

  .icon-reset:before {
    @extend .icon-refresh:before;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lanes-0.1.2 client/lanes/styles/fonts.scss