Skip to content

Commit

Permalink
font size configurable: metanorma/isodoc#227
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Nov 16, 2020
1 parent 0396477 commit 2398b59
Show file tree
Hide file tree
Showing 5 changed files with 133 additions and 126 deletions.
4 changes: 2 additions & 2 deletions lib/isodoc/ribose/html/htmlstyle.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
@import 'base_style/all';

body {
@include bodyStyle1(15px, 1.4em, #1d1d1d, #ffffff, 300);
@include bodyStyle1($normalfontsize, 1.4em, #1d1d1d, #ffffff, 300);
// @include sidebarNavContainer(323px);
}

Expand Down Expand Up @@ -417,7 +417,7 @@ a.footnote-number {
}

.footnote {
font-size: 0.9em;
font-size: $footnotefontsize;
}

/*
Expand Down
Loading

0 comments on commit 2398b59

Please sign in to comment.