Skip to content

Commit

Permalink
Update custom.css
Browse files Browse the repository at this point in the history
  • Loading branch information
JacquelineDawn authored Jun 28, 2022
1 parent 3983e00 commit 83ea0ce
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions theme/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@
}

h1 {
font-family: 'Ledger', serif;
font-family: 'Lato', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 16px;
font-weight: 600;
font-size: 12px;
line-height: 18px;
color: #333333;

}

h2 {
font-family: 'Ledger', serif;
font-family: 'Lato', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 16px;
font-weight: 600;
font-size: 12px;
line-height: 18px;
color:#333333;

Expand Down Expand Up @@ -75,9 +75,10 @@ li {


.chapter li.part-title {
font-family: 'Lato', sans-serif;
color: #333333;
font-size: 12px;
font-weight: 500;
font-weight: 600;
line-height: 18px;
color: #333333;

Expand Down

0 comments on commit 83ea0ce

Please sign in to comment.