36e5b4f6 by Jeff Balicki

xxx

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 291bd279
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Poppins:wght@500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Poppins:wght@300;500;600;700&display=swap");
.btn-primary {
color: #fff !important;
}
......@@ -14470,7 +14470,7 @@ figure.woocommerce-product-gallery__wrapper {
}
body {
font-family: "Open Sans", sans-serif;
font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 600px) {
......@@ -14548,7 +14548,8 @@ p {
color: #2C2C2C;
font-size: 16px;
line-height: 24px;
font-family: "Open Sans", sans-serif;
font-family: "Poppins", sans-serif;
font-weight: 300;
}
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.
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Poppins:wght@500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Poppins:wght@300;500;600;700&display=swap');
body{
font-family: 'Open Sans', sans-serif;
font-family: 'Poppins', sans-serif;
}
@media only screen and (max-width: 600px) {
......@@ -73,7 +73,8 @@ p{
color:#2C2C2C;
font-size: 16px;
line-height: 24px;
font-family: 'Open Sans', sans-serif;
font-family: 'Poppins', sans-serif;
font-weight: 300;
}
hr{
......
......@@ -5,7 +5,7 @@
Author: Tenzing Communications
Author URI: https://tenzingbrand.com
Template: understrap
Version: 1.1.0021
Version: 1.1.0022
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......