Merge pull request #3 from Trepix/fix-fonts-import
Fix fonts import + font weight
This commit is contained in:
@@ -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 =========================-->
|
||||
|
||||
@@ -6,10 +6,6 @@
|
||||
margin-top: 1.5rem !important;
|
||||
}
|
||||
|
||||
.text-muted {
|
||||
color: #e5e9f2;
|
||||
}
|
||||
|
||||
.experiences ul {
|
||||
padding-left: 1rem;
|
||||
}
|
||||
@@ -19,10 +15,6 @@
|
||||
color: #3c4858;
|
||||
}
|
||||
|
||||
.experience-entry-heading h5 {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.circle {
|
||||
padding: 13px 20px;
|
||||
border-radius: 50%;
|
||||
|
||||
@@ -98,7 +98,6 @@
|
||||
padding: 0 1em;
|
||||
line-height: 2em;
|
||||
color: #3c4858;
|
||||
font-weight: 700;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
.initial-navbar .navbar-brand {
|
||||
color: #c0ccda;
|
||||
font-weight: 800;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.initial-navbar li a {
|
||||
@@ -57,7 +57,7 @@
|
||||
|
||||
.final-navbar .navbar-brand {
|
||||
color: #1c2d41;
|
||||
font-weight: 800;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.final-navbar li a {
|
||||
|
||||
@@ -150,10 +150,6 @@ img.right{
|
||||
-webkit-transform: scale(1.2);
|
||||
}
|
||||
|
||||
.card-title {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.card-body {
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user