zypA13510 / octicons-webfont

An unofficial web-font port of Octicons.
Other
4 stars 0 forks source link

Inconsistent icon size #6

Open zypA13510 opened 5 years ago

zypA13510 commented 5 years ago

Icon size of logos (logo-github, logo-gist) is inconsistent. screenshot

Although in v1.0.0 generated using node engine of grunt-webfont, they are consistent, but it was too small. Using mega-size and they are still barely visible (the screenshot was enlarged 2x). screenshot

On a side note, the official webfont back at v4.4.0 had exactly the same issue:

<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/primer/octicons@v4.4.0/build/font/octicons.min.css">
<i class="mega-octicon octicon-logo-github"></i>
<i class="mega-octicon octicon-logo-gist"></i>
<i class="octicon octicon-markdown"></i>
<i class="octicon octicon-octoface"></i>
<i class="octicon octicon-paintcan"></i>

screenshot