Add header in pandoc template

This commit is contained in:
Fabien Freling 2019-06-10 21:51:04 +02:00
parent cb2faaf1d5
commit 4e6fb0d879
10 changed files with 17 additions and 1 deletions

View file

@ -1,6 +1,11 @@
@font-face {
font-family: 'Code New Roman';
src: url('fonts/code_new_roman.otf');
}
body {
width: 800px;
font-family: 'Anaheim', sans-serif;
font-family: 'CodeNewRomanRegular', sans-serif;
margin: 0px auto 0px auto;
background-color: #fdf6e3;
color: #586e75; /*base01*/