Skip to content

Commit

Permalink
Remove SF font from stack, as it mangles the PDF
Browse files Browse the repository at this point in the history
  • Loading branch information
danburzo committed Oct 17, 2018
1 parent 327234f commit fb299bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

- Fixes indentation of images wrapped in `<p>` tags ([#48](https://github.com/danburzo/percollate/issues/48))
- Adds basic styles for tables ([#50](https://github.com/danburzo/percollate/issues/50)), figures, defition terms, et cetera.
- Adds a better font stack
- Adds a better font stack, using CSS variables
- Better CLI feedback with [ora](https://github.com/sindresorhus/ora) (thanks [@emersonlaurentino](https://github.com/emersonlaurentino)!)

### 0.2.11

Expand Down
5 changes: 2 additions & 3 deletions templates/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
--main-font: Palatino, 'Palatino Linotype', 'Times New Roman', 'Droid Serif',
Times, 'Source Serif Pro', serif, 'Apple Color Emoji', 'Segoe UI Emoji',
'Segoe UI Symbol';
--alt-font: -apple-system, BlinkMacSystemFont, helvetica, 'helvetica neue',
ubuntu, roboto, noto, 'segoe ui', arial, sans-serif, 'Apple Color Emoji',
'Segoe UI Emoji', 'Segoe UI Symbol';
--alt-font: 'helvetica neue', ubuntu, roboto, noto, 'segoe ui', arial,
sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
--code-font: Menlo, Consolas, monospace;
}

Expand Down

0 comments on commit fb299bb

Please sign in to comment.