Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. .serif {
  2. font-family: serif;
  3. }
  4.  
  5. .sans-serif {
  6. font-family: sans-serif;
  7. }
  8.  
  9. .monospace {
  10. font-family: monospace;
  11. }
  12.  
  13. .cursive {
  14. font-family: cursive;
  15. }
  16.  
  17. .fantasy {
  18. font-family: fantasy;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement