Page 1 of 1

Fonts in HTML5

Posted: Tue Nov 17, 2020 1:11 pm
by gsillevis
Hello!

Is it possible to use different fonts in HTML5? I've tried copying the non-stack files, but whenever I reach a card with a custom font, it crashes. Is it simply not possible?

Second question - is there a list of fonts that I can safely use?

Or if I'm just doing it all wrong, please let me know!

Using fonts in Standalone HTML5

Posted: Wed Nov 18, 2020 11:37 am
by gsillevis
Hello!

Is it possible to use different fonts in HTML5? I've tried copying the non-stack files, but whenever I reach a card with a custom font, it crashes. Is it simply not possible?

Second question - is there a list of fonts that I can safely use?

Or if I'm just doing it all wrong, please let me know!

Re: Using fonts in Standalone HTML5

Posted: Wed Nov 18, 2020 2:59 pm
by FourthWorld
Duplicate threads merged here. Going forward please create one one thread per topic so folks know where to reply.

I don't have an answer to your question, but hopefully one of our other members will be able to help answer it for you. Now that it's in the appropriate section there's a better chance it can be found by those with an interest in this subject.

Re: Using fonts in Standalone HTML5

Posted: Tue Dec 22, 2020 2:27 pm
by williamdesmet
Dit you ever get the fonts working?

Re: Using fonts in Standalone HTML5

Posted: Tue Dec 22, 2020 3:15 pm
by gsillevis
No. I emailed Support about it and they were very helpful. They mentioned that they were noticing an issue with some fonts. I tried a few things but in the end I gave up and decided that the default font was good enough for me.

Re: Using fonts in Standalone HTML5

Posted: Mon Apr 12, 2021 3:55 pm
by AlbertAA
Did you get an answer to the question " is there a list of fonts that I can safely use?"
I am starting with HTML5 and for some of the fields I need to change the standard font (I am using System) to a monospace one like Courier, Monaco or Lucida.
Any ideas?

Re: Using fonts in Standalone HTML5

Posted: Mon Apr 12, 2021 3:57 pm
by gsillevis
No, I didn't. I just ended up using the default font.

Lucida or Courier might work, though, since they are pretty standard fonts.

Re: Using fonts in Standalone HTML5

Posted: Mon Apr 12, 2021 5:52 pm
by kdjanz
Try searching the web for "web safe fonts" and you will find a pile of lists of what designers have run into...

https://www.w3schools.com/cssref/css_websafe_fonts.asp

This is a site that I trust, but the list looks pretty short to me. They recommend Courier as a monospaced font.

Good luck

Kelly