Add header in pandoc template
This commit is contained in:
parent
cb2faaf1d5
commit
4e6fb0d879
10 changed files with 17 additions and 1 deletions
|
@ -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*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue