@font-face {
  font-family: "spaces";
  src:url("../fonts/SpacesIcons-Outlines.eot");
  src:url("../fonts/SpacesIcons-Outlines?#iefix") format("embedded-opentype"),
    url("../fonts/SpacesIcons-Outlines.woff2") format("woff2"),
    url("../fonts/SpacesIcons-Outlines.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.spaces-icon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "spaces";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.spaces-icon-portfolio:before{
	content: '\41'; /* A */
}
