Jump to content

thereal_ay_ay_ron

Circle Member
  • Posts

    5
  • Joined

  • Last visited

Everything posted by thereal_ay_ay_ron

  1. The missing quotes helped! Thanks for your assistance. The thing is the are still not showing the desired fonts: .sqs-block-button-container, input.button.sqs-system-button.sqs-editable-button { font-family: 'TR-909' !important; } SO I CHANGE IT TO THIS: .sqs-block-button .sqs-block-button-element--medium{ font-family: 'TR-909' !important; } ^^^ NOW the font is showing up on all buttons throughout the website. This code changed the entire contact form to one font. Goal is to have the form content to one font ('Gilroy-Medium') and the button to be another font ('TR-909'): /* Contact Page - Contact Form */ div.form-block * { font-family: 'TR-909' !important; }
  2. Hey, it's not working: Only one of the custom fonts is working (Gilroy-Meduim). The second font (TR-909) was working initially, but is no longer working. I have tried to reupload the font. Maybe it has to do with my other CSS? I have uploaded your suggestion. Any assistance would be appreciated @font-face { font-family: 'Gilroy-Medium'; src: url(https://static1.squarespace.com/static/64dd22a529ad6406a072bf80/t/65459ea1136a786901d3a4c0/1699061409261/Gilroy-Medium.ttf) format('truetype'); } @font-face { font-family: 'TR-909'; src: url(https://static1.squarespace.com/static/64dd22a529ad6406a072bf80/t/65459ea35a2091267abcc8e4/1699061411786/TR-909.ttf) format('truetype'); } h1, h2, h3, h4, h5, p { font-family: 'Gilroy-Medium'; } /* Contact Page - Contact Form */ div.form-block * { font-family: 'font-name' !important; } .sqs-block-button-container, input.button.sqs-system-button.sqs-editable-button { font-family: 'TR-909' !important; }
  3. I'm looking to see how I can change the font specifically on form on the contact page: I have some familiarity with CSS, but was wondering if this would be correct: @font-family: 'font name'; src: url(insert font url) * Contact Page - Contact Form */ div#block-d085d466cfc1d117861b label * { font-family: 'font-name'; }
×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.