My website: www.gastonduflos.com
Hi, how can I change all the MISCELLANEOUS custom font coding on my website. My custom font works in all of the heading and pharagraphs, but it doesn't work in all of the miscellaneous. I've changed lots of them individually and it;s taken lots of time. Is there a unique code to change them all at one?
Otherwise I need to add custom font to the following, my font name is degular-text
- List price, list status, limited availability label font, sold out, the menu with the collections in shop page, variant fields when in product shop page, add to cart, sign up buttom on footer, first name and last name in contact page.
Also, how can I add drop down text with information about my products in the single product page? Example here:
https://suhm.com.au/products/orseis-1
This website has Materials, and Delivery as drop down menu with information inside.
THANK YOU SO MUCH@
THIS IS THE CODE THAT I HAVE SO FAR:
// CUSTOM FONT
@font-face {
font-family: degular-display,sans-serif;
font-weight: 500;
font-style: normal;
font-family: degular-text, sans-serif;
font-weight: 400;
font-style: normal;
}
.sqs-block-button-element {
font-family: degular-text !important;
}
.grid-title {
font-family: degular-text !important;
}
.product-price {
font-family: degular-text !important;
}
.header-nav *, nav.header-menu-nav-list * {
font-family: 'degular-text' ;
}
h1 {
font-family: 'degular-display';}
h2 {
font-family: 'degular-display';}
h3 {
font-family: 'degular-display';}
h4 {
font-family: 'degular-display';}
.sqsrte-large {
font-family: 'degular-text';}
p {
font-family: 'degular-text';}
.sqsrte-small {
font-family: 'degular-text';}
Miscellaneous