1

Fix font issue

This commit is contained in:
Evan Pratten 2021-08-21 10:23:43 -04:00
parent 59bd2cd1ae
commit c8f0ba964a
3 changed files with 4 additions and 2 deletions

View File

@ -1 +1 @@
h1,h2,h3,h4,h5,h6{font-family:"Urbanist", sans-serif}p{font-family:"Roboto", sans-serif}.container{max-width:700px;margin:auto}.profile-card{margin-top:30px;margin-bottom:30px}.profile-card .row{width:max-content;max-width:100vw;margin:auto;overflow-wrap:normal}.profile-card .row .headshot-container{display:inline-block;max-width:150px}.profile-card .row .headshot-container img{width:100%}.profile-card .row .text-container{display:inline-block;margin-left:20px}.profile-card .row .text-container h1,.profile-card .row .text-container p{margin:0px}.profile-card .row .text-container h1 a,.profile-card .row .text-container p a{text-decoration:none}.navigation-bar{text-align:center}.navigation-bar p{margin:0px}.navigation-bar p a{text-decoration:none}
h1,h2,h3,h4,h5,h6{font-family:"Urbanist", sans-serif;font-weight:bolder}p{font-family:"Roboto", sans-serif;font-weight:normal}.container{max-width:700px;margin:auto}.profile-card{margin-top:30px;margin-bottom:30px}.profile-card .row{width:max-content;max-width:100vw;margin:auto;overflow-wrap:normal}.profile-card .row .headshot-container{display:inline-block;max-width:150px}.profile-card .row .headshot-container img{width:100%}.profile-card .row .text-container{display:inline-block;margin-left:20px}.profile-card .row .text-container h1,.profile-card .row .text-container p{margin:0px}.profile-card .row .text-container h1 a,.profile-card .row .text-container p a{text-decoration:none}.navigation-bar{text-align:center}.navigation-bar p{margin:0px}.navigation-bar p a{text-decoration:none}

View File

@ -5,9 +5,11 @@ h4,
h5,
h6 {
font-family: "Urbanist", sans-serif;
font-weight: bolder;
}
p {
font-family: "Roboto", sans-serif;
font-weight: normal;
}
.container {

View File

@ -9,7 +9,7 @@
<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=Roboto&family=Urbanist&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto&family=Urbanist:wght@700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css">
<link rel="stylesheet" href="/styles/layout.css">
{% endblock head %}