Pathologic was missing because of a .git folder inside.
[yaffs-website] / web / modules / contrib / typogrify / assets / typogrify.css
1 .caps {
2   font-size: .9em;
3 }
4
5 .dquo {
6   margin-left: -.5em;
7 }
8
9 .abbr {
10   white-space: nowrap;
11 }
12
13 .number {
14   white-space: nowrap;
15 }
16
17 /* Only use the fancy ampersand in <h#> tags */
18 h1 .amp,
19 h2 .amp,
20 h3 .amp,
21 h4 .amp,
22 h5 .amp,
23 h6 .amp {
24   font-family: "Warnock Pro", "Goudy Old Style", "Palatino", "Book Antiqua", serif;
25   font-size: 1.0em;
26   font-style: italic;
27 }