Skip to content

Commit

Permalink
Changed font familly
Browse files Browse the repository at this point in the history
  • Loading branch information
mauro-balades committed Dec 25, 2023
1 parent 1bffb03 commit fc805df
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ html, body, * {
}

body {
font-family: 'JetBrains Mono', monospace;
font-family: 'Poppins', sans-serif;
font-size: 16px;
line-height: 1.75;
color: #333;
Expand All @@ -27,7 +27,6 @@ sidenav {
overflow: hidden;
overflow-y: auto;
color: #333;
border-right: 1px solid #FEFFFF;
}

sidenav > h1:first-child {
Expand Down Expand Up @@ -56,7 +55,7 @@ main {
position: relative;
overflow-y: scroll;
overflow-x: auto;
padding: 4%;
padding: 6.5%;
}

hr {
Expand All @@ -67,12 +66,12 @@ hr {
}

h1 {
font-size: 16px;
font-size: 18px;
font-weight: bold;
}

h2 {
font-size: 14px;
font-size: 16px;
font-weight: bold;
}

Expand Down Expand Up @@ -116,6 +115,10 @@ a:hover {
text-decoration-color: #646464;
}

.doc hr {
background: #dadada;
}

.doc {
padding-left: 20px;
margin: 0 auto;
Expand Down

0 comments on commit fc805df

Please sign in to comment.