abbcat Posted August 21 Posted August 21 Hi, y'all. I am very new to Squarespace but generally enjoy the editing process. I am running into issues with customizing fonts. Currently, I have two fonts uploaded and coded to match my headings and paragraphs (using a built-in Squarespace font here). I am hitting an issue with the idea of using a miscellaneous font. For example, "teen support," "ed recovery," and "trauma" in the uploaded font "daydream." I want to be able to utilize this font in various locations around my website for an occasional pop of something different. I am ignorant and new to this process, so speaking with me like I'm five may help, haha. Website: lumuscounseling.com Password: abbygail
Lesum Posted August 21 Posted August 21 @abbcat Hi! First, you need to add custom code to set up the 'daydream' font, similar to how you set up the 'seasons' font (as shown in the first screenshot you shared). The code should look like this—you just need to insert the URL for the 'Daydream' font. @font-face { font-family: 'daydream'; src: url('add the URL for the daydream font'); } After that, you can use the following code to change your miscellaneous fonts to 'daydream'. pre code { font-family: 'daydream' !important; } Once you add the code, any text you set to the monospace font type will appear in 'daydream'. See the screenshot for reference: If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment