mirror of https://github.com/status-im/codimd.git
Added extra stylesheet to slide mode
This commit is contained in:
parent
32a89e13cd
commit
45ec05e2ed
|
@ -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 ゴシック", "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;
|
||||
}
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue