summaryrefslogtreecommitdiff
path: root/css/acknowledgments.css
blob: fe735847a91a1fbd5957ba057cd76859b6ab56e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#schizo {
    color: inherit;
    font-family: 'schizoid_personalityregular', 'Courier New', Courier, monospace;
}

#polski {
    color: inherit;
    font-family: 'zai_courier_polski_1941Rg', 'Courier New', Courier, monospace;
}

.nostyle {
    list-style-type: none;
}

a:hover.italicize {
    font-style: italic;
}