View Single Post
Old 04-24-2015, 04:13 PM   #13
Notjohn
mostly an observer
Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.
 
Posts: 1,519
Karma: 987654
Join Date: Dec 2012
Device: Kindle
Charles Seper has this to say on the subject:

If this was true yesterday, it isn't true today. I just tried it and monospace works all by its lonesome. This is what works for monospace:

font-family: monospace;
font-family: 'Courier New', Courier, monospace

These do NOT work:

font-family: 'Courier New', monospace
font-family: Courier, monospace

As to heading fonts, they've been very hit and miss for a long time now. Some fonts work, others don't. And some only work if you list them in a specific way. My way of making helvetica still works fine:

font-family: Helvetica, sans-serif

Specifying Arial doesn't:

font-family: Arial, sans-serif
Notjohn is offline   Reply With Quote