diff options
author | Wu Cheng-Han | 2016-08-14 18:28:36 +0800 |
---|---|---|
committer | Wu Cheng-Han | 2016-08-14 18:28:36 +0800 |
commit | f11cab7b457f20f80992af752aea2fe245eac451 (patch) | |
tree | 9c4518b1176ea6ca4bdf0ff60afa619dbbb6c654 | |
parent | bc2663fc759abd81f4f9d134e52c8e4d62ab5606 (diff) |
Update slide font styles
Diffstat (limited to '')
-rw-r--r-- | public/css/slide.css | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/public/css/slide.css b/public/css/slide.css index 40bb6ea1..df04fae1 100644 --- a/public/css/slide.css +++ b/public/css/slide.css @@ -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 h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 { - font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft JhengHei", Meiryo, "MS ゴシック", "MS Gothic", sans-serif; - text-transform: none; + font-family: inherit; + text-transform: initial; } .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; + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; } .vimeo, |