
/*
  Theme Name: YouMagine - Blog
  Theme URI: http://wordpress.org/themes/twentytwelve
  Author: YouMagine web development team
  Author URI: http://github.com/YouMagine
  Description: Updated blog theme - 2016
  License:
  License URI:
  Tags: light, gray, white, blue, Ultimaker, YouMagine
  Text Domain: YouMagine
*/

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

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "icons";
    src: url("font/icons.svg#icons") format("svg");
  }
}
