From 6f5e5daf7b73101f7e856e2f95852cfdbe0261df Mon Sep 17 00:00:00 2001 From: Norm Rasmussen Date: Tue, 19 Apr 2022 16:27:08 -0400 Subject: [PATCH] stylesheet changes --- .../customer_templates/CameraIQ/styles.css.liquid | 2 +- .../JnJVision/_cards_course.html.liquid | 2 +- .../JnJVision/_cards_featured_course.html.liquid | 4 ++-- .../JnJVision/_head.html.liquid | 1 + .../JnJVision/styles.css.liquid | 15 +++++++++++++-- 5 files changed, 18 insertions(+), 6 deletions(-) diff --git a/NP_Custom_Templates/customer_templates/CameraIQ/styles.css.liquid b/NP_Custom_Templates/customer_templates/CameraIQ/styles.css.liquid index e7de6dcc..c99f9f3c 100644 --- a/NP_Custom_Templates/customer_templates/CameraIQ/styles.css.liquid +++ b/NP_Custom_Templates/customer_templates/CameraIQ/styles.css.liquid @@ -49,7 +49,7 @@ */ body { background: #242221; - font-family: "Lexend", "Roboto", sans-serif; + font-family: "PlusJakartaSans-Regular", sans-serif; } div { diff --git a/NP_Custom_Templates/customer_templates/JnJVision/_cards_course.html.liquid b/NP_Custom_Templates/customer_templates/JnJVision/_cards_course.html.liquid index e0f48d01..46039077 100644 --- a/NP_Custom_Templates/customer_templates/JnJVision/_cards_course.html.liquid +++ b/NP_Custom_Templates/customer_templates/JnJVision/_cards_course.html.liquid @@ -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; } diff --git a/NP_Custom_Templates/customer_templates/JnJVision/_cards_featured_course.html.liquid b/NP_Custom_Templates/customer_templates/JnJVision/_cards_featured_course.html.liquid index a9b088c3..95201a8a 100644 --- a/NP_Custom_Templates/customer_templates/JnJVision/_cards_featured_course.html.liquid +++ b/NP_Custom_Templates/customer_templates/JnJVision/_cards_featured_course.html.liquid @@ -17,7 +17,7 @@ {{ course.name }} -
+
{{ course.short_description }}
@@ -65,5 +65,5 @@ diff --git a/NP_Custom_Templates/customer_templates/JnJVision/_head.html.liquid b/NP_Custom_Templates/customer_templates/JnJVision/_head.html.liquid index 8f79cbd4..f68f1be4 100644 --- a/NP_Custom_Templates/customer_templates/JnJVision/_head.html.liquid +++ b/NP_Custom_Templates/customer_templates/JnJVision/_head.html.liquid @@ -5,6 +5,7 @@ + diff --git a/NP_Custom_Templates/customer_templates/JnJVision/styles.css.liquid b/NP_Custom_Templates/customer_templates/JnJVision/styles.css.liquid index 494b5791..fea41c21 100644 --- a/NP_Custom_Templates/customer_templates/JnJVision/styles.css.liquid +++ b/NP_Custom_Templates/customer_templates/JnJVision/styles.css.liquid @@ -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%;