mirror of https://github.com/status-im/codimd.git
Update slide font styles
This commit is contained in:
parent
bc2663fc75
commit
f11cab7b45
|
@ -1,20 +1,20 @@
|
||||||
.reveal,
|
.reveal {
|
||||||
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||||
|
}
|
||||||
|
|
||||||
.reveal h1,
|
.reveal h1,
|
||||||
.reveal h2,
|
.reveal h2,
|
||||||
.reveal h3,
|
.reveal h3,
|
||||||
.reveal h4,
|
.reveal h4,
|
||||||
.reveal h5,
|
.reveal h5,
|
||||||
.reveal h6 {
|
.reveal h6 {
|
||||||
font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft JhengHei", Meiryo, "MS ゴシック", "MS Gothic", sans-serif;
|
font-family: inherit;
|
||||||
text-transform: none;
|
text-transform: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
.reveal pre,
|
.reveal pre,
|
||||||
.reveal code {
|
.reveal code {
|
||||||
font-family: "Source Code Pro", Consolas, monaco, "Microsoft JhengHei", Meiryo, "MS ゴシック", "MS Gothic", monospace;
|
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
||||||
letter-spacing: 0.025em;
|
|
||||||
line-height: 1.25;
|
|
||||||
-webkit-overflow-scrolling: touch;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.vimeo,
|
.vimeo,
|
||||||
|
|
Loading…
Reference in New Issue