haydenshapiro Posted July 15, 2019 Posted July 15, 2019 First off, this is the first website I've spent a lot of time on. I'm new to coding with CSS. I took all of the coding off of websites and answers to similar questions. I'm currently still using the trial version with Ajax loading disabled. Here's a link to my website and a password:homecomfortsolutionsboise.comMnbb77 What I wanted to do:Have a slideshow gallery on the top of my page with text over top of it.Center the text over the imageEdit the font type and size On my editor, it appears successful. When I go to the live site, everything is good except the font type isn't the same. Here's the code I used: Any other information I could provide to help you help me?Any tweaks you think I could make to fix things?Is there a more ideal way to write code to create the effect I want?Thanks for the help!
tuanphan Posted July 15, 2019 Posted July 15, 2019 @haydenshapiro You need share site url! If your site is in trial, see how to setup password and share url: https://beaverhero.com/squarespace-how-to/#HowtoSetupPasswordShareSiteURL 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!)
haydenshapiro Posted July 16, 2019 Author Posted July 16, 2019 @tuanphan Sorry! Here's the link and password: homecomfortsolutionsboise.comMnbb77
tuanphan Posted July 16, 2019 Posted July 16, 2019 @haydenshapiro It should be font-family: Oswald, sans-serif; color: #000 !important; 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!)
haydenshapiro Posted July 16, 2019 Author Posted July 16, 2019 So this sort of worked. The font changed with your code, but it's not Oswald and when I opened up squarespace today to work on the site I noticed the font had reverted back to whatever it was before I was able to make it Oswald. I'm gonna play around a bit and see if I can troubleshoot some more.
tuanphan Posted July 16, 2019 Posted July 16, 2019 @haydenshapiro Oswald is default font in SS or Custom Font which you uploaded? 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!)
haydenshapiro Posted July 16, 2019 Author Posted July 16, 2019 I would like to use the Oswald default font in SS. It appears that when "sans-serif" follows the font, it applies Arial. When font-family isn't specified or "sans-serif" isn't present it applies a font similar to Times New Roman. When I applied the code yesterday and wrote "font-family: Oswald" the font appeared as Oswald (the default SS font) on the editor, but not on the live site. Without changing anything, when I opened the editor this morning the font was no longer Oswald. I checked the CSS code and everything was the same. Quite interesting. Thanks for your help!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.