Sha256: fa4fa7991afcb3ed77c9e28e4ce19abe78e452bd3a06c53d24977a9a90051b79

Contents?: true

Size: 1.2 KB

Versions: 4

Compression:

Stored size: 1.2 KB

Contents

$fa-font-path:        "@fortawesome/fontawesome-free/webfonts/";
@import "@fortawesome/fontawesome-free/scss/fontawesome.scss";
@import "@fortawesome/fontawesome-free/scss/solid.scss";

@import "bootstrap/scss/bootstrap.scss";


<% puts "OJO SCSS fp=#{font_path('@fortawesome/fontawesome-free/webfonts/fa-solid-900.eot')}" %>
<% puts "OJO SCSS ap=#{asset_path('@fortawesome/fontawesome-free/webfonts/fa-solid-900.eot')}" %>
/* Fuentes de fontawesome 5 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: $fa-font-display;
  src: url('<%= font_path('@fortawesome/fontawesome-free/webfonts/fa-solid-900.eot') %>');
  src: url('<%= asset_path('@fortawesome/fontawesome-free/webfonts/fa-solid-900.eot') %>?#iefix') format('embedded-opentype'),
  url('<%= asset_path('@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2') %>') format('woff2'),
  url('<%= asset_path('@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff') %>') format('woff'),
  url('<%= asset_path('@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf') %>') format('truetype'),
  url('<%= asset_path('@fortawesome/fontawesome-free/webfonts/fa-solid-900.svg') %>#fontawesome') format('svg');
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
msip-2.2.0.beta1 app/assets/stylesheets/msip/aplicacion_1.scss.erb
msip-2.2.0.alfa3 app/assets/stylesheets/msip/aplicacion_1.scss.erb
msip-2.2.0.alfa2 app/assets/stylesheets/msip/aplicacion_1.scss.erb
msip-2.2a2 app/assets/stylesheets/msip/aplicacion_1.scss.erb