Apply for the next session

Introduction

What does it mean!

Which fonts are unsafe?

If you’re just starting out

Consider just using

font-family: serif;

font-family: sans-serif;

font-family: monospace;

There’s a LOT you can do with just those…

Official list

  • Arial (sans-serif)
  • Verdana (sans-serif)
  • Tahoma (sans-serif)
  • Trebuchet MS (sans-serif)
  • Times New Roman (serif)
  • Georgia (serif)
  • Garamond (serif)
  • Courier New (monospace)
  • Brush Script MT (cursive) (dangerous!)

We will come back here and clearly outline the history and the different fonts

For now, here’s a resource with some lists:

https://web.mit.edu/jmorzins/www/fonts.html

Apply for the next session