stylesheet changes

This commit is contained in:
Norm Rasmussen
2022-04-19 16:27:08 -04:00
parent bdc2834e51
commit 6f5e5daf7b
5 changed files with 18 additions and 6 deletions

View File

@ -49,7 +49,7 @@
*/
body {
background: #242221;
font-family: "Lexend", "Roboto", sans-serif;
font-family: "PlusJakartaSans-Regular", sans-serif;
}
div {

View File

@ -146,6 +146,6 @@ the client wants to revert back. My categories boxes are below. {% endcomment %}
}
.course-title-vision {
font-family: "Plus Jakarta Sans", "Regular" !important;
font-family: "PlusJakartaSans-Regular" !important;
}
</style>

View File

@ -17,7 +17,7 @@
{{ course.name }}
</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 }}
</div>
@ -65,5 +65,5 @@
<script>
$(".np-card-content-description").css('font-size','16px !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>

View File

@ -5,6 +5,7 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<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-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 href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">

View File

@ -48,9 +48,20 @@
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 {
background: white;
font-family: "Plus Jakarta Sans", "Regular", "Arial", sans-serif;
font-family: "PlusJakartaSans-Regular", sans-serif;
}
/* div {
@ -1145,7 +1156,7 @@ button.jryxug {
.np-button.dropdown-button:after {
content: "\f078";
font-family: "Font Awesome 5 Pro";
font-family: "PlusJakartaSans-Bold";
position: absolute;
width: 20px;
height: 100%;