Guest Posted February 14, 2021 Share Posted February 14, 2021 Site URL: https://radish-flute-xksb.squarespace.com/config/design/custom-css Hello, Integrating my own font works only for headlines and paragraphs – Not for menu, buttons, price, product name, checkout, ... Below is my css so far. Would be fantastic to get some advice! Thanks in advance 🙂 //merkury_bold @font-face { font-family: merkury_bold; src: url(https://static1.squarespace.com/static/601d122b852db615309652d6/t/601e698b2fde0b5388e29a49/1612605836133/merkury_bold.otf); } //merkury_light @font-face { font-family: merkury_light; src: url(https://static1.squarespace.com/static/601d122b852db615309652d6/t/601e6995fb454231c728a067/1612605845814/merkury_light.otf); } h1 {font-family: 'Merkury_bold';} h2 {font-family: 'Merkury_bold';} h3 {font-family: 'Merkury_bold';} p {font-family: 'Merkury_light';} /* navigation */ nav#mainNavigation span { font-family: 'merkury_bold' !important; } /* button */ .sqs-block-button-element { font-family: 'merkury_bold' !important; } Link to comment
tuanphan Posted February 15, 2021 Share Posted February 15, 2021 Your site is private. Can you setup password & share url again? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.