andrewgioia / keyrune

Magic: the Gathering set symbol pictographic font
Other
448 stars 44 forks source link

Icons border quite big applying ss-grad style #72

Open asantalla opened 6 years ago

asantalla commented 6 years ago

Hi!

First of all, thanks for this awesome project.

I did some test and I noticed that some icons border are quite big when applying ss-grad style. For example: captura de pantalla 2018-05-14 a las 14 38 31

For the previous example, I used the following CSS classes: ss ss-m12 ss-4x ss-mythic ss-grad

I think the main problem is the next line in the CSS file: -webkit-text-stroke: 0.03em #333;

I tried with this line, changing the values with Chrome console, and it works better: -webkit-text-stroke: 0.015em #333;

captura de pantalla 2018-05-14 a las 14 44 05

Is it a bug? Could you change it?

asantalla commented 6 years ago

Hi again,

probably the best option to solve this issue is: -webkit-text-stroke: 0.01em #333;

As you can see in the following image: captura de pantalla 2018-05-14 a las 17 45 27

Regards!