andrewgioia / mana

Magic: the Gathering mana symbol pictographic font
308 stars 32 forks source link

Loyalty symbol display issues #79

Closed KingSupernova31 closed 1 year ago

KingSupernova31 commented 3 years ago

Loyalty symbols don't seem to display properly for me. (Tested on multiple browsers.) The number inside the symbol is rather thin and difficult to read, doesn't look at all like it does on a card.

image

image

gbartholomeu commented 2 years ago

Hi @KingSupernova31, how are you using the symbol? Is it the installed font? Css?

KingSupernova31 commented 2 years ago

Installed as a font, accessing via HTML tags like <i class='ms ms-gp ms-cost'></i>

gbartholomeu commented 2 years ago

Could try using the size modifier to see if it fits better your needs?

It should look like <i class='ms ms-gp ms-cost ms-2x'></i>

The ranges goes from 2-6.

KingSupernova31 commented 1 year ago

That just scales the size of the entire symbol, it doesn't address the problem I was pointing out; that the ratio of the character width to the overall symbol width is too low.

It does however look like this problem has been fixed in the mean time, the same line of text now looks like this: Screen Shot 2022-12-23 at 15 09 56 Which is more readable.