Page 1 of 1

What is the name of this forum's font?

Posted: Tue Jan 10, 2017 5:52 pm
by Jonne Haven
Erwin,

If I could ask, what is the name of this font that your site is using for what I'm writing? It's for a friend who is preparing a resume and is looking for a good looking font that's easily readable without weird spacings.

Thanks,

Jonne

Re: What is the name of this forum's font?

Posted: Tue Jan 10, 2017 6:29 pm
by Bhikkhu Pesala
The forum does not specify any font as far as I can tell, so the font used will depend on which browser you use to read the forum.

Verdana is a good and common choice for web sites, but it is not necessarily the best font for a résumé.

If the résumé is going to be submitted as a PDF, then a font designed for reading on-screen, like Verdana, would still be a good choice. If it's for print, a serif font would be a better choice. Times New Roman is safe, but rather over-used.

Apparently, both Opera and Vivaldi are using Trebuchet MS.
Trebuchet MS.png
Trebuchet MS.png (4.68 KiB) Viewed 3237 times

Re: What is the name of this forum's font?

Posted: Sat Jan 21, 2017 11:50 am
by Alfred
Bhikkhu Pesala wrote:The forum does not specify any font as far as I can tell, so the font used will depend on which browser you use to read the forum.
Most browsers will use TNR by default to display unstyled text. The CSS for the forum specifies the following font stack for the "content" class:

Code: Select all

font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
Lucida Grande is a standard font on macOS and OS X, but if (like many Windows users) you don't have it installed, you will see Trebuchet MS in the body of a forum post. Some of the other font stacks for this forum seem to omit Lucida Grande from the list.
Bhikkhu Pesala wrote:If the résumé is going to be submitted as a PDF, then a font designed for reading on-screen, like Verdana, would still be a good choice. If it's for print, a serif font would be a better choice. Times New Roman is safe, but rather over-used.
If you want to use a serif font for reading on-screen, Georgia would be a good choice. Like Verdana, it was designed for excellent on-screen legibility, even at very small sizes.