resume: update font

Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
Naman Sood 2023-08-11 02:36:29 -04:00
parent 9765afefc7
commit 08992d1343
4 changed files with 27 additions and 25 deletions

View file

@ -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 {

View file

@ -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 {

View file

@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600&display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,300;0,400;0,600;1,400&display=swap">
<link rel="stylesheet" href="css/resume.css">
<script src="https://kit.fontawesome.com/e34b4d0969.js" crossorigin="anonymous"></script>
<title>Naman Sood &ndash; Resume</title>

Binary file not shown.