1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-07 23:03:00 +03:00

Added plaintext & basic PDF page Export

This commit is contained in:
Dan Brown
2016-01-31 17:53:30 +00:00
parent ea2e16cabb
commit 080acf0a62
14 changed files with 602 additions and 94 deletions

View File

@@ -27,8 +27,8 @@ $-xs: 6px;
$-xxs: 3px;
// Fonts
$heading: 'Roboto', Helvetica, Arial, sans-serif;
$text: 'Roboto', Helvetica, Arial, sans-serif;
$heading: 'Roboto', 'DejaVu Sans', Helvetica, Arial, sans-serif;
$text: 'Roboto', 'DejaVu Sans', Helvetica, Arial, sans-serif;
$fs-m: 15px;
$fs-s: 14px;