Skip to content

Commit

Permalink
Update to (hopefully) more modern fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
jhkolb committed Jul 6, 2024
1 parent ef5714a commit 2b0da04
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<link href='https://fonts.googleapis.com/css?family=Ubuntu|Ubuntu+Mono|Merriweather:400,700' rel='stylesheet' type='text/css'>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Cousine&family=Lato&family=Lora&display=swap" rel="stylesheet">
<link href='style.css' rel='stylesheet' type='text/css'>
<meta charset="utf-8">
<title>Jack Kolb</title>
Expand Down
17 changes: 9 additions & 8 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,44 +4,45 @@ body {
margin-right: 150px;
margin-bottom: 50px;
max-width: 850px;
font-size: 115%;
font-family: 'Merriweather', serif;
font-size: 125%;
font-family: 'Lora', serif;
text-align: justify;
}

h1 {
font-size: 250%;
font-family: 'Ubuntu', sans-serif;
font-family: 'Lato', sans-serif;
margin-bottom: 0px;
padding: 0px;
}

h2 {
font-family: 'Ubuntu', sans-serif;
font-family: 'Lato', sans-serif;
font-size: 170%;
margin-top: 35px;
margin-bottom: -10px;
padding: 0px;
}

h3 {
font-family: 'Ubuntu', sans-serif;
font-family: 'Lato', sans-serif;
font-size: 130%;
margin-top: 20px;
margin-bottom: -5px;
padding: 0px;
}

h4 {
font-family: 'Ubuntu', sans-serif;
font-family: 'Lato', sans-serif;
font-size: 110%;
margin-top: 20px;
margin-bottom: -5px;
padding: 0px;
}

code {
font-family: 'Ubuntu Mono', monospace;
font-family: 'Cousine', monospace;
font-size: 12px;
}

p {
Expand Down Expand Up @@ -69,7 +70,7 @@ a:hover {
}

ul {
font-family: 'Merriweather', serif;
font-family: 'Lora', serif;
}

ul.navbar {
Expand Down

0 comments on commit 2b0da04

Please sign in to comment.