Front_Porch_Studio Posted September 6, 2022 Share Posted September 6, 2022 Site URL: https://normachurchill.com/ I have read a few of the other posts on this issue but still cant seem to figure it out. Anyone have any idea what i'm missing, this is the first time I have had this issue. Thanks //Karin Font// @font-face { font-family: ‘Karin’; src: url(‘https://static1.squarespace.com/static/5c983f3c77b9034bc5e6a09d/t/63175bc6d7f4153c04c2c58e/1662475206232/KarinRegular.ttf,); } h1 {font-family: 'Karin'!important; font-size: 45px; font-weight: 500; color: inherit; line-height: 1.1em; text-transform: lowercase; letter-spacing: 1px;} h3 {font-family: 'Karin'!important; font-weight: 500; color: #1b2854; line-height: 1.2em; letter-spacing: .5px;} h1, h2, h3, p { hyphens: none; } .Header-nav { font-family: 'karin'!important; font-weight: 700; font-size: 18.5px; } Link to comment
tuanphan Posted September 8, 2022 Share Posted September 8, 2022 You missing some symbols. Use this new code @font-face { font-family: Karin; src: url(‘https://static1.squarespace.com/static/5c983f3c77b9034bc5e6a09d/t/63175bc6d7f4153c04c2c58e/1662475206232/KarinRegular.ttf); } h1 { font-family: Karin !important; font-size: 45px; font-weight: 500; color: inherit; line-height: 1.1em; text-transform: lowercase; letter-spacing: 1px; } h3 { font-family: Karin !important; font-weight: 500; color: #1b2854; line-height: 1.2em; letter-spacing: .5px; } 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!) 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