formattedcreative Posted October 3, 2022 Share Posted October 3, 2022 I am trying to add a custom code block to my website. It would be the HTML marquee code but I want to have the custom font as the Google Font: Raleway Light. Any help? Link to comment
Ziggy Posted October 3, 2022 Share Posted October 3, 2022 With any HTML you should be able to assign a class (<div class="your-class-here">) and then reference that class in the Custom CSS (or within <style> at the top of the HTML) using: .your-class-here { font-family: 'Raleway', sans-serif; } Hope that points you in the right direction. tuanphan 1 Please like and upvote if my comments were useful to you. Thanks! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com/ 🔌Ghost Squarespace Plugins (Referral link)☕ Buy me a coffee Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment