Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Let’s get Tony set up with a font-family. We’re going to start with some clean sans-serif fonts. First, create a new file, “journal.css” in the “chapter9/journal” folder and add this rule:
Now you need to link Tony’s journal to the new style sheet file. To do that, open the file “journal.html” in the “chapter9/journal” folder. All you need to add is the <link> element to link in the style in “journal.css”, like we did below.
After you’ve made this change, save the file, fire up your browser and load the page.