kuhess/moderncv

css2sty seems to be outdated.

Opened this issue · 0 comments

Font-Awesome-4.3 uses this CSS

.fa-viacoin:before {
  content: "\f237";
}

and it can't be matched using pattern like \.icon-(\w+[-\w]*):.*\"\\(.*)\". (So icon commands are not available) I'm not sure how it should be fixed.