Skip to content

Commit

Permalink
Update Lora typeface files & set default text-indent value for intera…
Browse files Browse the repository at this point in the history
…ctive content indent to 0
  • Loading branch information
SteelWagstaff committed Apr 3, 2021
1 parent f589836 commit 69d8d68
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file modified assets/book/typography/fonts/Lora-Bold.ttf
100755 → 100644
Binary file not shown.
Binary file modified assets/book/typography/fonts/Lora-BoldItalic.ttf
100755 → 100644
Binary file not shown.
Binary file modified assets/book/typography/fonts/Lora-Italic.ttf
100755 → 100644
Binary file not shown.
Binary file modified assets/book/typography/fonts/Lora-Regular.ttf
100755 → 100644
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/buckram/assets/styles/variables/_media.scss
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ $interactive-content-text-align: (epub: left, prince: left, web: left) !default;
/// Text indent for interactive content textbox
/// @type String | Map
/// @since 1.3.0
$interactive-content-text-indent: $textbox-text-indent !default;
$interactive-content-text-indent: 0 !default;

/// Caption alignment on embedded media
/// @type String | Map
Expand Down

0 comments on commit 69d8d68

Please sign in to comment.