36e5b4f6 by Jeff Balicki

xxx

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 291bd279
1 @charset "UTF-8"; 1 @charset "UTF-8";
2 @import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Poppins:wght@500;600;700&display=swap"); 2 @import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Poppins:wght@300;500;600;700&display=swap");
3 .btn-primary { 3 .btn-primary {
4 color: #fff !important; 4 color: #fff !important;
5 } 5 }
...@@ -14470,7 +14470,7 @@ figure.woocommerce-product-gallery__wrapper { ...@@ -14470,7 +14470,7 @@ figure.woocommerce-product-gallery__wrapper {
14470 } 14470 }
14471 14471
14472 body { 14472 body {
14473 font-family: "Open Sans", sans-serif; 14473 font-family: "Poppins", sans-serif;
14474 } 14474 }
14475 14475
14476 @media only screen and (max-width: 600px) { 14476 @media only screen and (max-width: 600px) {
...@@ -14548,7 +14548,8 @@ p { ...@@ -14548,7 +14548,8 @@ p {
14548 color: #2C2C2C; 14548 color: #2C2C2C;
14549 font-size: 16px; 14549 font-size: 16px;
14550 line-height: 24px; 14550 line-height: 24px;
14551 font-family: "Open Sans", sans-serif; 14551 font-family: "Poppins", sans-serif;
14552 font-weight: 300;
14552 } 14553 }
14553 14554
14554 hr { 14555 hr {
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
1 @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Poppins:wght@500;600;700&display=swap'); 1 @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Poppins:wght@300;500;600;700&display=swap');
2 2
3 body{ 3 body{
4 font-family: 'Open Sans', sans-serif; 4 font-family: 'Poppins', sans-serif;
5 5
6 } 6 }
7 @media only screen and (max-width: 600px) { 7 @media only screen and (max-width: 600px) {
...@@ -73,7 +73,8 @@ p{ ...@@ -73,7 +73,8 @@ p{
73 color:#2C2C2C; 73 color:#2C2C2C;
74 font-size: 16px; 74 font-size: 16px;
75 line-height: 24px; 75 line-height: 24px;
76 font-family: 'Open Sans', sans-serif; 76 font-family: 'Poppins', sans-serif;
77 font-weight: 300;
77 } 78 }
78 79
79 hr{ 80 hr{
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 Author: Tenzing Communications 5 Author: Tenzing Communications
6 Author URI: https://tenzingbrand.com 6 Author URI: https://tenzingbrand.com
7 Template: understrap 7 Template: understrap
8 Version: 1.1.0021 8 Version: 1.1.0022
9 License: GNU General Public License v2 or later 9 License: GNU General Public License v2 or later
10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
11 Text Domain: understrap-child 11 Text Domain: understrap-child
......