Click here to Skip to main content
15,887,683 members
Articles / All Topics

Now You Know: Serifs and Fonts

Rate me:
Please Sign up or sign in to vote.
4.00/5 (2 votes)
30 Dec 2013CPOL2 min read 8.6K   2
Now you know: Serifs and fonts

Have you ever felt like you always knew something and turns out you didn’t? Paul Harvey used to host a show called “Rest of the story” on the radio. He would take a familiar subject and give you a little known fact or story about the subject. If Paul was alive and decided to run such a show on technology, he would never run out of ideas for the show. There are several terminologies we take for granted on a daily basis. Some of them are real simple and others more complex. I will share my list of such stories here. If you know of any, please feel free to add them as comments below.

I’ve always taken HTML and CSS for granted. So, I decided to learn it in a proper way. Who better to learn than w3schools (W3 stands for WWW)? While I was going through their chapters, I ended up on a topic about Fonts, that caught my attention and this is the basis of my post today.

I use various fonts like Arial, Times New Roman, MS-Sans-Serif, etc. Didn’t pay much attention to the names or how they looked. These Fonts vary in size and shape. Some of them are basic fonts and there are fancy fonts. And of course, there are various other characteristics of a font that make them look different from each other. One such characteristic is a “Serif”. According to Merriam-Webster Dictionary, Serif is actually a word (noun) that means the little edgers added to letters when we write them. Whereas, San-Serif would mean the opposite, those fonts without Serif’s!! (I don’t know if they teach this in English classes in schools, but this is the first time I came across this).

font-typesThough the word is adopted for the computer fonts, the idea of a serif is not new. Apparently, like any western concept, it has origins in Latin and Roman scripts. But it is not unique to the west either. Chinese and Japanese characters have something similar too. See the wikipedia post for more interesting facts.

So next time you pick a font, enlarge it and see if it has “serifs”. As shown, Times New Roman font does and Arial doesn’t.

Apart from these two types, we also have Monospace fonts that have constant width for all characters. Courier New is of this type and is typically used by text editor and program (code) editors. “Courier New” uses Serifs to adjust the widths to be uniform. Check it out.

Now you know (the rest of the story)!

References

Filed under: CodeProject, Misc

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) City of Los Angeles
United States United States
Originally a Physics major, fell in love with Microprocessors and switched to Computer Science 20+ years ago. Since then, dabbled in various languages including, PowerBuilder, Oracle, Java, C, C++, Perl, Python etc. Constantly striving for quality and performance too.

I try to help fellow developers with technology as a way of "giving back to the community". Blogging became a natural extension of that effort. Still learning to perfect that art. If one new programmer out there benefits from this blog, my time and effort are fully worth it.

The underlying theme in my blogs is power and beauty of programming (and technology in general). A well written program gives me the sense of awe you get when you look at a man made wonder like Angkor Wat. You experience poetry, art, mystique, power all at once. A program and the troubleshooting that ensues also gives you a feeling you get while reading a mystery novel!

Comments and Discussions

 
QuestionWhy Serifs are important. Pin
Dave Cross6-Jan-14 22:24
professionalDave Cross6-Jan-14 22:24 
You might have pointed out that the 'fussier' fonts with the serifs are not done just for style. In smaller sizes, e.g. typically body text, they allow the eye to distinguish individual letter shapes more easily because they 'stop' the end of each stoke of the character. San-serif fonts like Arial are great for Headlines and big bold links but a paragraph of small text will be easier to read in Times New Roman.
This hasn't been appreciated enough in the web world because we've only relatively recently got good enough displays to render serifs accurately enough for the effect to show up.
Dave Cross

AnswerRe: Why Serifs are important. Pin
Sam Varadarajan7-Jan-14 9:57
professionalSam Varadarajan7-Jan-14 9:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.