Awesome-CV
Awesome-CV copied to clipboard
Replace hardcoded sizes to corresponding latex command sizes
In order to adapt the different font sizes to the main .tex document font size, as specified in \documentclass[11pt, a4paper]{awesome-cv}
,
I replaced hard-coded sizes by corresponding latex command.
Correspondences between sizes in pt and commands can be found here. I replaced each size in pt by the command resulting in the closest size.
Can confirm that this works great. Thanks for sharing!
Can this branch be merged now?