When you use non-standard fonts on the forums, people who don't have them installed will see the text in Times New Roman or another unintended font.
For instance, if I write a heading in Abel (which is a font that most people don't have installed) it's going to look like this:
This is some text.
Code:
[font=Abel]This is some text.[/font]
However, if you want to ensure your text still looks good even for people who don't have the non-standard font installed you can use the CSS fallback:
If you have Abel installed, this text will be displayed in Abel. If you don't but have Tahoma, it will be in Tahoma. Otherwise, it will be in the default sans-serif font for your system.
Code:
[font=Abel, Tahoma, sans-serif]If you have Abel installed, this text will be displayed in Abel. If you don't but have Tahoma, it will be in Tahoma. Otherwise, it will be in the default sans-serif font for your system.[/font]
To be fair, why would you want to use fonts that aren't necessarily installed on other PCs? There are enough available. The fallback is a nice thing, pretty cool that that works, but then again, I doubt there are many people that use custom made font packs. It's a nice detail for those who do.
What you could do is use faction-based fonts that use that fallback - to the normal eye, the fallback could drop the letter back to unreadible letters or symbols, while the faction that uses the font on their PCs could encrypt things that way.
(07-08-2017, 03:58 PM)Sombra Hookier Wrote: To be fair, why would you want to use fonts that aren't necessarily installed on other PCs? There are enough available.