add triplecate
This commit is contained in:
parent
cc75afe344
commit
0d3afdc58d
34 changed files with 357 additions and 295 deletions
|
|
@ -33,10 +33,10 @@
|
|||
}
|
||||
|
||||
.chapter-header h2 {
|
||||
font-family: 'Routed Gothic Wide';
|
||||
font-weight: 160;
|
||||
font-family: var(--font-ocr);
|
||||
line-height: 1.1;
|
||||
font-size: 36px;
|
||||
font-weight: normal;
|
||||
|
||||
|
||||
|
||||
|
|
@ -44,9 +44,11 @@
|
|||
|
||||
|
||||
.chapter-header .author {
|
||||
font-family: 'Routed Gothic Wide';
|
||||
font-size: 36px;
|
||||
margin-top: calc(var(--baseline)*6);
|
||||
font-weight: 100;
|
||||
font-family: var(--font-ocr);
|
||||
line-height: 1.1;
|
||||
font-size: 30px;
|
||||
margin-top: calc(var(--baseline)*1);
|
||||
margin-bottom: calc(var(--baseline)*2);
|
||||
|
||||
/* background-color: black;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue