posquit0 / hugo-awesome-identity

😤 Awesome Identity is a single-page Hugo theme to introduce yourself.
https://www.posquit0.com
MIT License
629 stars 87 forks source link

Bold lastname not rendered correctly #12

Closed cxkoda closed 4 years ago

cxkoda commented 4 years ago

The lastname is set to be bold in the profile.html, however, it is not displayed correctly using firefox.

This problem originates in the different default styles (aka user agent stylesheets) employed by different browsers. To solve this, I propose in #11 to normalize the CSS rules and set the bold style accordingly. This normalization should also fix other inconsistent renderings between different browsers that we might not be aware of.

cxkoda commented 4 years ago

Done