Sha256: ee3be43d317c6314358499b56b0e847cb8ce06fd51209ff4a0025c6a6686729f

Contents?: true

Size: 1.18 KB

Versions: 1

Compression:

Stored size: 1.18 KB

Contents

@font-face {
  font-family: 'CoreUI-Icons-Linear-Free';
  src:  font-url('#{$coreui-icons-font-path}/CoreUI-Icons-Linear-Free.eot?64h6xh');
  src:  font-url('#{$coreui-icons-font-path}/CoreUI-Icons-Linear-Free.eot?64h6xh#iefix') format('embedded-opentype'),
    font-url('#{$coreui-icons-font-path}/CoreUI-Icons-Linear-Free.ttf?64h6xh') format('truetype'),
    font-url('#{$coreui-icons-font-path}/CoreUI-Icons-Linear-Free.woff?64h6xh') format('woff'),
    font-url('#{$coreui-icons-font-path}/CoreUI-Icons-Linear-Free.svg?64h6xh#CoreUI-Icons-Linear') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="#{$coreui-icons-prefix}"], [class*=" #{$coreui-icons-prefix}"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'CoreUI-Icons-Linear-Free' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@each $icon, $unicode in $icons {
  .#{$coreui-icons-prefix}#{$icon} {
    &:before {
      content: unicode($unicode);
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
anchor_ui-sprockets-5.2.0.1 app/assets/stylesheets/coreui-icons/_core.scss