Jump to content

The_Portland_Hearthbeat

Member
  • Posts

    1
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

The_Portland_Hearthbeat's Achievements

Level 1

Level 1 (1/20)

0

Reputation

  1. My custom font has been appearing just fine since I first created my website, but a few days ago I noticed that it was suddenly replaced with a default typeface. I haven't edited my site recently and it was working after the last time I edited anything, so I'm stumped as to how something would have changed. It does give me an error: missing opening '{' . I don't believe that was there before (but again, I haven't edited anything in months and it's been appearing fine until a few days ago!) Side note: I'm not a coder—I just taught myself how to do a few things to achieve what I wanted on my site. If this is a dumb questions, please be kind! website: www.theportlandhearthbeat.com Code: ____ // CUSTOM FONT @font-face { font-family: 'CooperLtBTBold'; src: url(https://static1.squarespace.com/static/62fdcff0d3262d503b0249a2/t/63c510a5c24fff7c9e600d9e/1673859237275/tt0579m_.ttf); } h1 {font-family: 'CooperLtBTBold';} h2 {font-family: 'CooperLtBTBold';} h3 {font-family: 'CooperLtBTBold';} h4 {font-family: 'CooperLtBTBold';} // Small or Tertiary Button // .sqs-block-button-element--small, .sqs-button-element--tertiary { font-family: Europa !important; } // Medium or Primary Button // .sqs-block-button-element--medium, .sqs-button-element--primary { font-family: Europa !important; } // Secondary Button // .sqs-block-button-element--large, .sqs-button-element--secondary { font-family: Europa !important; } // Newsletter Form Title // .newsletter-form-header-title { font-family: CooperLtBTBold !important; } // Blog Page Post Title // .blog-title { font-family: CooperLtBTBold !important; } //-- Change the Color of the Header Social Icons .header-actions-action--social .icon:hover svg { fill: #b8855d !important; } //header button color .header-actions .btn { color: #fff !important; border-color: #fff !important; background-color: #40545c !important; } // Header button hover color .header-actions .btn:hover { background-color: #b8855d !important} // header drop down .header-nav-wrapper a:hover { color: #fff !important; background: #b8855d } // change header nav active style */ .header-nav-item--active a { color: #b8855d !important; background-image: none !important; } /* make nav folder not clickable */ .header-nav-folder-title { pointer-events: none; } /* Colour of Hamburger Button */ .burger-inner > div { background-color: beige; } //banner alt for mobile #collection-62fdd070f3c0eb48abfd1dc5 { @media only screen and (max-width: 640px){ #page .page-section:nth-child(1) .section-background img {opacity:0 } #page .page-section:nth-child(1) .section-background { background-image: url(https://static1.squarespace.com/static/62fdcff0d3262d503b0249a2/t/632e26ba6b07026561be24f6/1663968954273/_vertical_MobileMain2_MobileMain.png); background-size: cover; background-position: top; background-repeat: no-repeat; } } } /* Horizontal Line */.sqs-block-horizontalrule hr {height: 2px} //-- Create a rounded corner with border radius .list-item[data-is-card-enabledhttps://static1.squarespace.com/static/62fdcff0d3262d503b0249a2/t/63c4ff9f9a84d678dbc47b2c/1673854879228/tt0579m_.ttf="true"] {border-radius:25px; } // Hiding and showing sections @media screen and (max-width: 641px) { section[data-section-id="630216ffa2c4c876a8bc5271"] { display:none !important; } } @media screen and (min-width: 641px) { section[data-section-id="6305c0be700f8716832e4420"] { display:none !important; } }
×
×
  • 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.