Sha256: 3181272d60085fb15de466f870cf7c0f3374e3c890c654750aa9beecd7a4769a

Contents?: true

Size: 578 Bytes

Versions: 5

Compression:

Stored size: 578 Bytes

Contents

@import 'fontawesome_variables';

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url('#{$fa-font-path}/fa-brands-400.eot');
  src: url('#{$fa-font-path}/fa-brands-400.eot?#iefix') format('embedded-opentype'),
  url('#{$fa-font-path}/fa-brands-400.woff2') format('woff2'),
  url('#{$fa-font-path}/fa-brands-400.woff') format('woff'),
  url('#{$fa-font-path}/fa-brands-400.ttf') format('truetype'),
  url('#{$fa-font-path}/fa-brands-400.svg#fontawesome') format('svg');
}

.fab {
  font-family: 'Font Awesome 5 Brands';
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jekyll-theme-pdz-0.1.4 _sass/fontawesome_brands.scss
jekyll-theme-pdz-0.1.3 _sass/fontawesome_brands.scss
jekyll-theme-pdz-0.1.2 _sass/fontawesome_brands.scss
jekyll-theme-pdz-0.1.1 _sass/fontawesome_brands.scss
jekyll-theme-pdz-0.1.0 _sass/fontawesome_brands.scss