mintyfrankie / brilliant-CV

💼 another CV template for your job application, yet powered by Typst and more
https://typst.app/universe/package/brilliant-cv
Apache License 2.0
416 stars 19 forks source link

Changing or adding icons in the headerInfo doesn't work as expected #59

Open munzirtaha opened 3 weeks ago

munzirtaha commented 3 weeks ago

Icons choices differ from person to person. Having a reasonable default is preferable for most people, but there should be a simple way to alter it if desired. I want to change the default telephone headset icon to a mobile icon '\u{1F4F1}'. It seems it's hardcoded and only use FontAwesome font. So, I just removed it and tried to add it using

awesomeIcon = "📱" and awesomeIcon = "\u{1F4F1}"

But both options didn't work.

mintyfrankie commented 3 weeks ago

You might use the image field in this case. But yes, emoji doesn't seem to work in this case.

I will think about this and find an elegant way to solve this issue systematically. This will not be WIP sooner unfortunately.

Any contribution is appreciated!