Use Google Fonts and unicodes

It works for me. Try setting the font-family within that block as well.

.cta:after{
  content: "\2192";
  color: #fff;
  font-weight: lighter;
  font-family: 'Alegreya', serif;
}