Skip to content

Commit

Permalink
Merge pull request hugo-toha#3 from Trepix/fix-fonts-import
Browse files Browse the repository at this point in the history
Fix fonts import + font weight
  • Loading branch information
hossainemruz committed Jun 22, 2020
2 parents 632aa48 + 18f823a commit 6277321
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 16 deletions.
2 changes: 1 addition & 1 deletion layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="stylesheet" href="/assets/css/navbar.css" />

<!--=================== cdn ==============================-->
<link href="https://fonts.googleapis.com/css?family=Muli" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Muli:wght@300;400;500;600" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css" />

<!--================= fab-icon =========================-->
Expand Down
8 changes: 0 additions & 8 deletions static/assets/css/experiences.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
margin-top: 1.5rem !important;
}

.text-muted {
color: #e5e9f2;
}

.experiences ul {
padding-left: 1rem;
}
Expand All @@ -19,10 +15,6 @@
color: #3c4858;
}

.experience-entry-heading h5 {
font-weight: 600;
}

.circle {
padding: 13px 20px;
border-radius: 50%;
Expand Down
1 change: 0 additions & 1 deletion static/assets/css/list.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@
padding: 0 1em;
line-height: 2em;
color: #3c4858;
font-weight: 700;
position: relative;
}

Expand Down
4 changes: 2 additions & 2 deletions static/assets/css/navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

.initial-navbar .navbar-brand {
color: #c0ccda;
font-weight: 800;
font-weight: 600;
}

.initial-navbar li a {
Expand Down Expand Up @@ -57,7 +57,7 @@

.final-navbar .navbar-brand {
color: #1c2d41;
font-weight: 800;
font-weight: 600;
}

.final-navbar li a {
Expand Down
4 changes: 0 additions & 4 deletions static/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,6 @@ img.right{
-webkit-transform: scale(1.2);
}

.card-title {
font-weight: 600;
}

.card-body {
text-align: justify;
}
Expand Down

0 comments on commit 6277321

Please sign in to comment.