Added extra stylesheet to slide mode

This commit is contained in:
Wu Cheng-Han 2015-12-18 23:53:01 -06:00
parent 32a89e13cd
commit 45ec05e2ed
2 changed files with 18 additions and 0 deletions

16
public/css/slide.css Normal file
View file

@ -0,0 +1,16 @@
.reveal,
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft JhengHei", Meiryo, " ゴシック", "MS Gothic", sans-serif;
}
.reveal pre,
.reveal code {
font-family: "Source Code Pro", Consolas, monaco, "Microsoft JhengHei", Meiryo, " ゴシック", "MS Gothic", monospace;
letter-spacing: 0.025em;
line-height: 1.25;
-webkit-overflow-scrolling: touch;
}

View file

@ -13,6 +13,8 @@
<link rel="stylesheet" href="/vendor/reveal.js/{{{theme}}}" id="theme">
<!-- For syntax highlighting -->
<link rel="stylesheet" href="/vendor/reveal.js/lib/css/{{{highlightTheme}}}.css">
<link rel="stylesheet" href="/css/site.css">
<link rel="stylesheet" href="/css/slide.css">
<!-- If the query includes 'print-pdf', use the PDF print sheet -->
<script>