stylesheet changes
This commit is contained in:
@ -49,7 +49,7 @@
|
|||||||
*/
|
*/
|
||||||
body {
|
body {
|
||||||
background: #242221;
|
background: #242221;
|
||||||
font-family: "Lexend", "Roboto", sans-serif;
|
font-family: "PlusJakartaSans-Regular", sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
div {
|
div {
|
||||||
|
|||||||
@ -146,6 +146,6 @@ the client wants to revert back. My categories boxes are below. {% endcomment %}
|
|||||||
}
|
}
|
||||||
|
|
||||||
.course-title-vision {
|
.course-title-vision {
|
||||||
font-family: "Plus Jakarta Sans", "Regular" !important;
|
font-family: "PlusJakartaSans-Regular" !important;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@ -17,7 +17,7 @@
|
|||||||
{{ course.name }}
|
{{ course.name }}
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
<div class="np-card-content-description" style='font-size: 16px !important; line-height: 24px !important; color: black !important; font-family: Lexend !important;'>
|
<div class="np-card-content-description" style='font-size: 16px !important; line-height: 24px !important; color: black !important; font-family: PlusJakartaSans-Regular !important;'>
|
||||||
{{ course.short_description }}
|
{{ course.short_description }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -65,5 +65,5 @@
|
|||||||
<script>
|
<script>
|
||||||
$(".np-card-content-description").css('font-size','16px !important')
|
$(".np-card-content-description").css('font-size','16px !important')
|
||||||
$(".np-card-content-description").css('color','black !important')
|
$(".np-card-content-description").css('color','black !important')
|
||||||
$(".np-card-content-description").css('font-family', 'Lexend !important')
|
$(".np-card-content-description").css('font-family', 'PlusJakartaSans-Regular !important')
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@ -5,6 +5,7 @@
|
|||||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||||
<link href="https://s3.amazonaws.com/static.northpass.com/fonts/PlusJakartaSans-Regular.woff" rel="stylesheet">
|
<link href="https://s3.amazonaws.com/static.northpass.com/fonts/PlusJakartaSans-Regular.woff" rel="stylesheet">
|
||||||
|
<link href="https://s3.amazonaws.com/static.northpass.com/fonts/PlusJakartaSans-Bold.woff" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.css" integrity="sha512-wR4oNhLBHf7smjy0K4oqzdWumd+r5/+6QO/vDda76MW5iug4PT7v86FoEkySIJft3XA0Ae6axhIvHrqwm793Nw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.css" integrity="sha512-wR4oNhLBHf7smjy0K4oqzdWumd+r5/+6QO/vDda76MW5iug4PT7v86FoEkySIJft3XA0Ae6axhIvHrqwm793Nw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
||||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
|
||||||
|
|
||||||
|
|||||||
@ -48,9 +48,20 @@
|
|||||||
1.0 GLOBAL SYLING
|
1.0 GLOBAL SYLING
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "PlusJakartaSans-Regular";
|
||||||
|
src: url(https://s3.amazonaws.com/static.northpass.com/fonts/PlusJakartaSans-Regular.woff);
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "PlusJakartaSans-Bold";
|
||||||
|
src: url(https://s3.amazonaws.com/static.northpass.com/fonts/PlusJakartaSans-Bold.woff);
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background: white;
|
background: white;
|
||||||
font-family: "Plus Jakarta Sans", "Regular", "Arial", sans-serif;
|
font-family: "PlusJakartaSans-Regular", sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* div {
|
/* div {
|
||||||
@ -1145,7 +1156,7 @@ button.jryxug {
|
|||||||
|
|
||||||
.np-button.dropdown-button:after {
|
.np-button.dropdown-button:after {
|
||||||
content: "\f078";
|
content: "\f078";
|
||||||
font-family: "Font Awesome 5 Pro";
|
font-family: "PlusJakartaSans-Bold";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user