Sha256: 5a6ab9435f237b25812ff83bcf56705ea577baa906b82ac41a8f75b765e77e45

Contents?: true

Size: 752 Bytes

Versions: 4

Compression:

Stored size: 752 Bytes

Contents

/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
@import 'functions';
@import 'variables';

:root, :host {
  --#{$fa-css-prefix}-style-family-classic: '#{ $fa-style-family }';
  --#{$fa-css-prefix}-font-solid: normal 900 1em/1 '#{ $fa-style-family }';
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: $fa-font-display;
  src: font-url('#{$fa-font-path}/fa-solid-900.woff2') format('woff2'),
    font-url('#{$fa-font-path}/fa-solid-900.ttf') format('truetype');
}

.fas,
.#{$fa-css-prefix}-solid {
  font-weight: 900;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ui_bibz-4.0.0.beta7 vendor/assets/stylesheets/fontawesome/solid.scss
ui_bibz-4.0.0.beta6 vendor/assets/stylesheets/fontawesome/solid.scss
ui_bibz-4.0.0.beta4 vendor/assets/stylesheets/fontawesome/solid.scss
ui_bibz-4.0.0.beta3 vendor/assets/stylesheets/fontawesome/solid.scss