You are here

typogrify.css in Typogrify 7

Same filename and directory in other branches
  1. 5 typogrify.css
  2. 6 typogrify.css
.caps {
  font-size: .9em;
}

.dquo {
  margin-left: -.5em;
}

.abbr {
  white-space: nowrap;
}

.number {
  white-space: nowrap;
}

/* Only use the fancy ampersand in <h#> tags */
h1 .amp,
h2 .amp,
h3 .amp,
h4 .amp,
h5 .amp,
h6 .amp {
  font-family: "Warnock Pro", "Goudy Old Style", "Palatino", "Book Antiqua", serif;
  font-size: 1.0em;
  font-style: italic;
}

File

typogrify.css
View source
  1. .caps {
  2. font-size: .9em;
  3. }
  4. .dquo {
  5. margin-left: -.5em;
  6. }
  7. .abbr {
  8. white-space: nowrap;
  9. }
  10. .number {
  11. white-space: nowrap;
  12. }
  13. /* Only use the fancy ampersand in tags */
  14. h1 .amp,
  15. h2 .amp,
  16. h3 .amp,
  17. h4 .amp,
  18. h5 .amp,
  19. h6 .amp {
  20. font-family: "Warnock Pro", "Goudy Old Style", "Palatino", "Book Antiqua", serif;
  21. font-size: 1.0em;
  22. font-style: italic;
  23. }