brandonhendrickson Posted June 6, 2020 Share Posted June 6, 2020 Site URL: http://www.scienceisWEIRD.com This seems like it should be so easy, but I can't figure it out -- nor can I find anyone asking about this online! I'm using Markdown (so I can do some strikethrough text). I'd like to make the text in the Paragraph 1 style. I can find out how to make the text in a HEADER style. I can find out how to pick the specific font, color, size of the text. What I can't figure out how to do is to just set it to be "Paragraph 1" style. Any help? Run a test-prep company, and a group where little kids get together to make brunch and talk philosophy. Starting a school. Link to comment
christyprice Posted June 6, 2020 Share Posted June 6, 2020 (edited) You can force the font and color in Markdown. You'd just need to know the font and size for your Paragraph 1 style and set the text you want styled within a span. Assuming you want to use Lato and 1em for part of the text, your markdown would look like this: This is <span style="font-family:Lato; font-size:1em;">a test of the font and size</span>. Edited June 6, 2020 by christyprice christyprice.com 🇺🇸 Austin, TX US Best Squarespace Plugins • Resources for Designers • Make Money with your Blog ✅ Download a FREE Squarespace Prelaunch Checklist Link to comment
jaksdigital Posted June 6, 2020 Share Posted June 6, 2020 This helped me better understand the markdown language: https://support.squarespace.com/hc/en-us/articles/206543587 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