nucliweb
1/28/2016 - 4:14 PM

Generated by SassMeister.com.

Generated by SassMeister.com.

@font-face {
  font-family: Lato-Regular;
  src: url("fonts/Lato-Regular.eot");
  src: url("fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Regular.woff2") format("woff2"), url("fonts/Lato-Regular.woff") format("woff"), url("fonts/Lato-Regular.ttf") format("truetype"), url("fonts/Lato-Regular.svg#latoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Lato-Bold;
  src: url("fonts/Lato-Bold.eot");
  src: url("fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Bold.woff2") format("woff2"), url("fonts/Lato-Bold.woff") format("woff"), url("fonts/Lato-Bold.ttf") format("truetype"), url("fonts/Lato-Bold.svg#latoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Lato-Bold-Italic;
  src: url("fonts/Lato-Bold-Italic.eot");
  src: url("fonts/Lato-Bold-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Bold-Italic.woff2") format("woff2"), url("fonts/Lato-Bold-Italic.woff") format("woff"), url("fonts/Lato-Bold-Italic.ttf") format("truetype"), url("fonts/Lato-Bold-Italic.svg#latoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Lato-Italic;
  src: url("fonts/Lato-Italic.eot");
  src: url("fonts/Lato-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/Lato-Italic.woff2") format("woff2"), url("fonts/Lato-Italic.woff") format("woff"), url("fonts/Lato-Italic.ttf") format("truetype"), url("fonts/Lato-Italic.svg#latoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
// ----
// libsass (v3.3.2)
// ----

@each $font in Lato-Regular,
               Lato-Bold,
               Lato-Bold-Italic,
               Lato-Italic {
    @font-face {
      font-family: $font;
      src: url('fonts/#{$font}.eot');
      src: url('fonts/#{$font}.eot?#iefix') format('embedded-opentype'),
      url('fonts/#{$font}.woff2') format('woff2'),
      url('fonts/#{$font}.woff') format('woff'),
      url('fonts/#{$font}.ttf') format('truetype'),
      url('fonts/#{$font}.svg#latoregular') format('svg');
      font-weight: normal;
      font-style: normal;
    }
}