瀏覽代碼

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

Fix fonts import + font weight
Md. Emruz Hossain 4 年之前
父節點
當前提交
6277321d1f

+ 1 - 1
layouts/partials/header.html

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

+ 0 - 8
static/assets/css/experiences.css

@@ -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%;

+ 0 - 1
static/assets/css/list.css

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

+ 2 - 2
static/assets/css/navbar.css

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

+ 0 - 4
static/assets/css/style.css

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