Zen and the Art of Font –Family
Posted in Tips and Tricks, Week 2, Week 3 on October 9th, 2009 by admin – Be the first to commentWhen you are writing a font-family that has space between the words, it must be in quotes. The type of quotes you use will depend on how you are applying the style.
In-Line
<p style=”font-family:’Times New Roman’;”>
Note: When we do this in an in-line style, we use a single quote.
Internal or External
h2{font-family:”Times New Roman”}
Note: When we do this in an internal or external style, we use a double quote.
Need a little font humor? Check out Font Conference from College Humor.
