SavandBros / badge

Badges for your site to display cool badges for your projects such as downloads, license, status, ...
http://badge.kloud51.com
GNU General Public License v3.0
16 stars 3 forks source link

Bad font family for badges #21

Closed AmirSavand closed 8 years ago

AmirSavand commented 8 years ago

Need to change to: font-family="DejaVu Sans,Verdana,Geneva,sans-serif"

Alir3z4 commented 8 years ago

Good suggestion. one thing is, we can't set the font family just like that

each font processing happens in the backend. So we can only apply one font at the time.

At the moment we only support OpenSans: https://github.com/SavandBros/badge/blob/master/static/fonts/OpenSans-Regular.ttf

Just upload the fonts here so I can take a look and do something about it.

Alir3z4 commented 8 years ago

Okay, I'm gonna make this happen and shine