This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* meyer reset -- http://meyerweb.com/eric/tools/css/reset/ , v2.0 | 20110126 | License: none (public domain) */ | |
@include-when-export url(https://fonts.loli.net/css?family=PT+Serif:400,400italic,700,700italic&subset=latin,cyrillic-ext,cyrillic,latin-ext); | |
/* =========== */ | |
/* pt-serif-regular - latin */ | |
@font-face { | |
font-family: 'PT Serif'; | |
font-style: normal; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* A Minos style html theme for Pandoc, thanks for http://blog.zhangruipeng.me/hexo-theme-minos/ */ | |
/* Usage this them by: | |
pandoc test.md -c minos-style.css --self-contained -o demo.html | |
*/ | |
body { | |
font: 16px 'PT Serif', 'STZhongsong', '华文中宋', 'Microsoft Yahei', serif; | |
max-width: 760px; | |
margin: auto; |