Skip to content

Commit

Permalink
Update beautifuljekyll.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Redoudou committed Apr 18, 2024
1 parent b75c7b1 commit 5797235
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/beautifuljekyll.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ html {
}

body {
font-family: 'Lora', 'Times New Roman', serif;
font-family: sans-serif;
font-size: 1.125rem;
color: {{ site.text-col | default: "#404040" }};
position: relative;
Expand All @@ -27,7 +27,7 @@ p {
margin: 1.875rem 0;
}
h1,h2,h3,h4,h5,h6 {
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-family: sans-serif;
font-weight: 800;
line-height: 1.1;
}
Expand Down

0 comments on commit 5797235

Please sign in to comment.