That worked BEAUTIFULLY! Thank you. Two more!
For the single product pages, the title should be in Rosella-Deco: https://www.delicatefabrics.net/product/ss60w/?attribute_colors=Plantation+%28Pantone+18-0832+TCX%29
For the category pages (https://www.delicatefabrics.net/product-category/silk/) the category titles and the number in parenthesis should be in FuturaLT.
Just in case there is a better way to do this, I am sharing all I currently have in my Additional CSS.
.site-header .site-branding img{
max-height: 175px !important;
}
.site-header .site-branding img{
max-width: 170px !important;
}
.site-header .custom-logo-link {
display: flex;
align-items: center;
}
.site-header .custom-logo-link::after {
!important;
content: "Affordable elegance at your fingertips.";
padding-left: 20px; !important
}
.site-footer .site-info {
padding-top: 5;
padding-bottom: 0;
}
}
.site .entry-header {
display: none;
}
@font-face {
font-family: "Rosella-Deco";
src: url(/wp-content/themes/storefront/assets/fonts/Rosella-Deco.ttf);
}
@font-face {
font-family: "FuturaLT";
src: url(/wp-content/themes/storefront/assets/fonts/FuturaLT.ttf);
}
body, button, input, textarea, select{ font-family: FuturaLT
}
h1, h2, h3, h4, h5, h6{ font-family: "Rosella-Deco";
}
.single-product h1.product_title.entry-title {
font-size: 20px;
font-family: "FuturaLT"
}
input,
select,
textarea,
.hentry .entry-content .wp-block-button .wp-block-button__link,
a.button,
a.button:visited,
button,
html input[type=button],
input[type=reset],
input[type=submit],
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
border-radius: 20px;
}
a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart {
border-radius: 15px;
}
.site-info {
text-align: center;
}
.storefront-primary-navigation .site-header-cart {
margin-top: -220px;
}
.storefront-primary-navigation .main-navigation {
width: 100% !important;
}
footer#colophon .col-full {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
footer#colophon .footer-widgets {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
/* change font family | 5559697-zen | NS */
h2.woocommerce-loop-product__title {
font-family: 'FuturaLT' !important;
}