-
Posts
5 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Posts posted by collectivelycreative
-
-
On 8/3/2022 at 10:29 AM, bellefonte said:
I too would like to know what's going on with fonts. I contacted Support multiple times yesterday - was told there is a "known issue" with certain fonts, but they won't tell me which fonts this applies too!
Hi @bellefonte
My friend was able to help me figure it out. We had the code in the wrong place.
You'll need to go to your Adobe Fonts account, find the font you want to use, then add it to a web project so you can create a web code for it. Then, that code needs to go in the Code Injection > Header area.
Hope this helps!
-
Hi @bangank36,
We were able to figure it out with the attached code. Would you suggest a better way to do this?
The testimonials are on the homepage towards the bottom. I've also attached a screenshot of that section.
https://spinach-nectarine-wkgx.squarespace.com
password: branding
Thank you for your response!
-
Site URL: https://spinach-nectarine-wkgx.squarespace.com
Hi,
I've added the following custom code below to use two different Adobe fonts on my site, but the Quincy CF is not loading properly for my headings. Does anyone know why this isn't working?
spinach-nectarine-wkgx.squarespace.com
password: brandingThanks in advance!
-----------------------------
@font-face {
font-family:"quincy-cf",serif;
src: url(https://use.typekit.net/qah7uoj.css);}
@font-face {
font-family: proxima-nova, sans-serif;
src: url(https://use.typekit.net/qah7uoj.css); -
Site URL: https://spinach-nectarine-wkgx.squarespace.com
Hi,
I'm having help with adding custom code to my website that I'm currently building, and we're having issues with a custom script to get the testimonials at the bottom of the homepage to auto scroll. The squarespace inbuilt js didn't allow the code to run and make it auto scroll.
spinach-nectarine-wkgx.squarespace.com
password: brandingDoes anyone know why this isn't working?
Thanks in advance!
Elizabeth
Custom code not working for auto-scroll on testimonial sliders
in Customize with code
Posted
Yes, thanks!