summaryrefslogtreecommitdiff
path: root/public/css/slide.css
blob: 08374182d7e9b74e35cccfd43ed79a8a4bae4549 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.reveal,
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft JhengHei", Meiryo, "MS ゴシック", "MS Gothic", sans-serif;
}
.reveal pre,
.reveal code {
    font-family: "Source Code Pro", Consolas, monaco, "Microsoft JhengHei", Meiryo, "MS ゴシック", "MS Gothic", monospace;
    letter-spacing: 0.025em;
    line-height: 1.25;
    -webkit-overflow-scrolling: touch;
}