Merge pull request #3 from Trepix/fix-fonts-import

Fix fonts import + font weight
This commit is contained in:
Md. Emruz Hossain 2020-06-23 01:47:34 +06:00 committed by GitHub
commit 6277321d1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 3 additions and 16 deletions

View file

@ -8,7 +8,7 @@
<link rel="stylesheet" href="/assets/css/navbar.css" /> <link rel="stylesheet" href="/assets/css/navbar.css" />
<!--=================== cdn ==============================--> <!--=================== 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" /> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css" />
<!--================= fab-icon =========================--> <!--================= fab-icon =========================-->

View file

@ -6,10 +6,6 @@
margin-top: 1.5rem !important; margin-top: 1.5rem !important;
} }
.text-muted {
color: #e5e9f2;
}
.experiences ul { .experiences ul {
padding-left: 1rem; padding-left: 1rem;
} }
@ -19,10 +15,6 @@
color: #3c4858; color: #3c4858;
} }
.experience-entry-heading h5 {
font-weight: 600;
}
.circle { .circle {
padding: 13px 20px; padding: 13px 20px;
border-radius: 50%; border-radius: 50%;

View file

@ -98,7 +98,6 @@
padding: 0 1em; padding: 0 1em;
line-height: 2em; line-height: 2em;
color: #3c4858; color: #3c4858;
font-weight: 700;
position: relative; position: relative;
} }

View file

@ -20,7 +20,7 @@
.initial-navbar .navbar-brand { .initial-navbar .navbar-brand {
color: #c0ccda; color: #c0ccda;
font-weight: 800; font-weight: 600;
} }
.initial-navbar li a { .initial-navbar li a {
@ -57,7 +57,7 @@
.final-navbar .navbar-brand { .final-navbar .navbar-brand {
color: #1c2d41; color: #1c2d41;
font-weight: 800; font-weight: 600;
} }
.final-navbar li a { .final-navbar li a {

View file

@ -150,10 +150,6 @@ img.right{
-webkit-transform: scale(1.2); -webkit-transform: scale(1.2);
} }
.card-title {
font-weight: 600;
}
.card-body { .card-body {
text-align: justify; text-align: justify;
} }