Jump to content

Josh-KJM

Member
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Josh-KJM

  1. @Vigasan is that difficult code to implement to get it to recognize a programed font as something else? Or should I not really worry about being able to choose a font to change since the CSS code is already doing all the work? I'm just thinking through usability for some of my team that will be working the site as well and that if somethign got changed by accident or something it woud be easy for them to click the font back that they want. Any thoughts on that?
  2. @Vigasan thanks for that reply. So am I correct in assuming there isn't a way to add a new font that will show up in places you normally select fonts? Thank you for your kindness in your response. Stepping into some new territory with this. Got kind of assigned a job outside my current skillset.
  3. So I uploaded a custom font and then did the CSS code for custom fonts. Here it is below: @font-face { font-family: 'Nexa-extra-light'; src: url('https://static1.squarespace.com/static/65425d16b7fc5a251e0faf1a/t/65492c395bb98c660cfeeab1/1699294265092/nexa-extralight-webfont.woff2') format('woff2'), url('https://static1.squarespace.com/static/65425d16b7fc5a251e0faf1a/t/65492c39aa303b246f30fd2e/1699294265271/nexa-extralight-webfont.woff') format('woff'); } @font-face { font-family: 'Nexa-heavy'; src: url('https://static1.squarespace.com/static/65425d16b7fc5a251e0faf1a/t/65492c386469a413cae44663/1699294265153/nexa-heavy-webfont.woff2') format('woff2'), url('https://static1.squarespace.com/static/65425d16b7fc5a251e0faf1a/t/65492c39e7f70d00d0695715/1699294265177/nexa-heavy-webfont.woff') format('woff'); } /* Custom Heading Fonts */ h1, h2, h3, h4 { font-family:'Nexa-heavy' !important; } /* Custom Paragraph Fonts */ p { font-family:'Nexa-extra-light' !important; } I see the changes from the client side of things, but I ca't actually find it as an option on the backend of font options. Any idea why? Thanks for any help.
×
×
  • 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.