diff --git a/css/resume.css b/css/resume.css index ee34c60..145e7df 100644 --- a/css/resume.css +++ b/css/resume.css @@ -9,13 +9,14 @@ body { flex-direction: column; justify-content: center; align-items: center; - font-family: "IBM Plex Sans", sans-serif; + font-family: "Inter", sans-serif; + font-variant-ligatures: none; } button#print { margin: 2rem auto; border: none; - font-size: 9pt; + font-size: 8.5pt; background: #eee; color: #425580; padding: 0.5rem 1rem; @@ -39,7 +40,7 @@ button#print i { margin: 0 auto 4rem; box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1), 0 0 0.5rem rgba(0, 0, 0, 0.2); font-weight: 400; - font-size: 9pt; + font-size: 8.5pt; line-height: 14pt; background-size: 14pt 14pt; background-repeat: repeat; @@ -71,7 +72,7 @@ p { h1.name { margin: 0; text-align: center; - font-size: 24pt; + font-size: 22pt; line-height: 21pt; padding-top: 7pt; height: 28pt; @@ -93,7 +94,7 @@ nav.links a { height: 14pt; line-height: 14pt; text-decoration: none; - font-size: 9pt; + font-size: 8.5pt; } a { @@ -121,8 +122,8 @@ h2 { padding-top: 7pt; line-height: 14pt; height: 21pt; - font-size: 13pt; - font-weight: 500; + font-size: 12pt; + font-weight: 600; display: block; padding-right: 0; align-self: flex-start; @@ -135,7 +136,7 @@ h2 span { h2:before { content: ""; position: absolute; - top: 9pt; + top: 8.5pt; bottom: 0; margin: auto; left: 0; @@ -148,8 +149,8 @@ h2:before { h3 { margin: 0; - font-size: 10pt; - font-weight: 500; + font-size: 9.5pt; + font-weight: 600; } h3 a i.fa { font-size: 7pt; @@ -160,14 +161,14 @@ h4 { margin: 0; font-style: italic; font-weight: 400; - font-size: 9pt; + font-size: 8.5pt; display: flex; width: 100%; justify-content: space-between; } strong { - font-weight: 500; + font-weight: 600; } section { diff --git a/css/resume.scss b/css/resume.scss index 3c5e2a1..a8f0c0c 100644 --- a/css/resume.scss +++ b/css/resume.scss @@ -8,7 +8,8 @@ body { flex-direction: column; justify-content: center; align-items: center; - font-family: 'IBM Plex Sans', sans-serif; + font-family: 'Inter', sans-serif; + font-variant-ligatures: none; } $ls: 14pt; @@ -16,7 +17,7 @@ $ls: 14pt; button#print { margin: 2rem auto; border: none; - font-size: 9pt; + font-size: 8.5pt; background: #eee; color: #425580; padding: 0.5rem 1rem; @@ -43,7 +44,7 @@ button#print { margin: 0 auto 4rem; box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,0.1), 0 0 0.5rem rgba(0,0,0,0.2); font-weight: 400; - font-size: 9pt; + font-size: 8.5pt; line-height: $ls; $fade: #ccc; $main: #aaa; @@ -82,7 +83,7 @@ p { h1.name { margin: 0; text-align: center; - font-size: 24pt; + font-size: 22pt; line-height: 1.5*$ls; padding-top: 0.5*$ls; height: 2*$ls; @@ -104,7 +105,7 @@ nav.links { height: $ls; line-height: $ls; text-decoration: none; - font-size: 9pt; + font-size: 8.5pt; } } @@ -135,8 +136,8 @@ h2 { padding-top: 0.5*$ls; line-height: $ls; height: 1.5*$ls; - font-size: 13pt; - font-weight: 500; + font-size: 12pt; + font-weight: 600; display: block; padding-right: 0; align-self: flex-start; @@ -150,7 +151,7 @@ h2 { &:before { content: ''; position: absolute; - top: 9pt; + top: 8.5pt; bottom: 0; margin: auto; left: 0; @@ -164,8 +165,8 @@ h2 { h3 { margin: 0; - font-size: 10pt; - font-weight: 500; + font-size: 9.5pt; + font-weight: 600; a i.fa { font-size: 7pt; @@ -177,14 +178,14 @@ h4 { margin: 0; font-style: italic; font-weight: 400; - font-size: 9pt; + font-size: 8.5pt; display: flex; width: 100%; justify-content: space-between; } strong { - font-weight: 500; + font-weight: 600; } section { diff --git a/resume.html b/resume.html index 2c2685d..95a7379 100644 --- a/resume.html +++ b/resume.html @@ -4,7 +4,7 @@ - +