about summary refs log tree commit diff stats
path: root/css/prose.css
blob: 928727951f19630a113b9a1b0fbbd6f71ea9a8d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* PROSE css for Autocento.
 * for PROSE considerations ONLY, e.g.:
 * line-height
 * hyphenation
 * etc.
 */

.prose {
    text-align: justify;
    hyphens: auto;
    -moz-hyphens: auto;
}
.prose p::first-child::first-line {
    font-variant: small-caps;
    letter-spacing: 0.1em;
}