Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FR] line spacing customiser #1477 #1478

Closed
wants to merge 11 commits into from
Closed
24 changes: 24 additions & 0 deletions inst/resources/gitbook/css/plugin-fontsettings.css
Original file line number Diff line number Diff line change
Expand Up @@ -301,3 +301,27 @@ div.book.color-theme-2 {
background: #252737;
font-weight: 600;
}

.book.line-height-0 .book-body .page-inner section{
line-height: 1.0;
}

.book.line-height-1 .book-body .page-inner section{
line-height: 1.5;
}

.book.line-height-2 .book-body .page-inner section{
line-height: 1.7;
}

.book.line-height-3 .book-body .page-inner section{
line-height: 2.0;
}

.book.line-height-4 .book-body .page-inner section{
line-height: 2.5;
}

.book.line-height-5 .book-body .page-inner section{
line-height: 3.0;
}
Loading
Loading