Skip to content

Commit

Permalink
pdf.css rollback
Browse files Browse the repository at this point in the history
The new pdf.css is not ready for prime time because markdown-pdf isn't smart enough to render font-weight properly.  I've included it as wip-pdf.css but it won't actually do anything.  I will absolutely get around to this once it's fixed.
  • Loading branch information
Shrinks99 committed Feb 27, 2019
1 parent 3fb91e7 commit c0b5c66
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 20 deletions.
24 changes: 4 additions & 20 deletions pdf.css
Original file line number Diff line number Diff line change
@@ -1,29 +1,13 @@
@import url('slide-files/fonts/jost/jost.css');
@import url('slide-files/fonts/zilla-slab/zilla-slab.css');
@import url('slide-files/fonts/ubuntu-mono/ubuntu-mono.css');

h1,h2 {
font-family: 'Jost*','Futura', sans-serif;
}

h3,h4 {
font-family: 'Jost*','Futura', sans-serif;
}
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i|Roboto+Mono:400,700,700i&subset=latin-ext');

body {
font-size: 0.625em;
font-family: 'Zilla Slab', serif;
}

a {
font-size: 0.625em;
font-family: 'Zilla-Slab' serif;
color: #258ca7;
font-family: 'Open Sans' sans-serif;
}

code,
kbd,
pre,
samp {
font-family: 'Ubuntu Mono', monospace !important;
}
font-family: 'Roboto Mono' monospace, serif !important;
}
29 changes: 29 additions & 0 deletions wip-pdf.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
@import url('slide-files/fonts/jost/jost.css');
@import url('slide-files/fonts/zilla-slab/zilla-slab.css');
@import url('slide-files/fonts/ubuntu-mono/ubuntu-mono.css');

h1,h2 {
font-family: 'Jost*','Futura', sans-serif;
}

h3,h4 {
font-family: 'Jost*','Futura', sans-serif;
}

body {
font-size: 0.625em;
font-family: 'Zilla Slab', serif;
}

a {
font-size: 0.625em;
font-family: 'Zilla-Slab' serif;
color: #258ca7;
}

code,
kbd,
pre,
samp {
font-family: 'Ubuntu Mono', monospace !important;
}

0 comments on commit c0b5c66

Please sign in to comment.