Zeffuro / ZeffUI

A FFXIV Overlay for OverlayPlugin using HTML and JS
GNU Affero General Public License v3.0
69 stars 22 forks source link

[Suggestion]: Add Trump Gothic Pro Font #79

Closed natyusha closed 2 years ago

natyusha commented 2 years ago

What's your suggestion?

With FFXIV's 6.2 patch adding large recast timer text it would be nice to include the same font that the game uses.

27bd3bc448b9208f4bd67a94f37d9ee6a81f96e0_41

I didn't open a pr for this as I'm not sure how the licensing works for these fonts but I will leave a link to a selection of FFXIV's fonts (including TrumpGothicPro) below.

FFXIV-Fonts

Zeffuro commented 2 years ago

I can't officially do this because it's a paid font and I'm not allowed to include it in the repo license wise I believe there was an easy way to do this in CSS but it may be in one of the Chinese forks that has an example of how to do it in the CSS.

natyusha commented 2 years ago

Thanks for the response and ya I figured as much.

For anyone who happens to use the font unofficially I find that a simple drop shadow should be enough to mimic the styling.

.ability-text{text-shadow: -1px 0 2px #000, 0 1px 2px #000, 1px 0 2px #000, 0 -1px 2px #000}