jacobcuz Posted November 10, 2020 Share Posted November 10, 2020 Site URL: https://turquoise-platinum-pr9s.squarespace.com Hello, I am looking for custom CSS which will allow my site to use the fonts I've uploaded. Currently the only font that seems to be functioning correctly is the body / p font (Brownregular). The rest are still using the theme font (Hill theme). Site password: jjj Any help would be great. Thank you, Jacob.@tuanphan (thank you) Link to comment
jacobcuz Posted November 11, 2020 Author Share Posted November 11, 2020 @tuanphan Hope it's okay to directly tag you! Link to comment
tuanphan Posted November 11, 2020 Share Posted November 11, 2020 7 minutes ago, jacobcuz said: @tuanphan Hope it's okay to directly tag you! Use this CSS article.blog-item * { font-family: 'Brownregular' !important; } .blog-item-meta-wrapper * { font-family: 'Brownregular' !important; } h1.entry-title.entry-title--large { font-family: 'Brownregular' !important; } h2.item-pagination-title { font-family: 'Brownregular' !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!) Link to comment
jacobcuz Posted November 11, 2020 Author Share Posted November 11, 2020 Thanks again @tuanphan hope you have a great day. Really appriciate all your help! Link to comment
jacobcuz Posted November 11, 2020 Author Share Posted November 11, 2020 @tuanphan One last question i promise! At the moment (below) changes all the font's on the blog grid page to brown. article.blog-item * { font-family: 'Brownregular' !important; } How do i achieve (below) so that just the title on that particular page uses Cako? I've changed the the other titles to Cako inside the blog post and they are fine. .view-list .blog-title a { font-family: 'Cako'; } Thanks again, Jacob. Link to comment
tuanphan Posted November 11, 2020 Share Posted November 11, 2020 54 minutes ago, jacobcuz said: @tuanphan One last question i promise! At the moment (below) changes all the font's on the blog grid page to brown. article.blog-item * { font-family: 'Brownregular' !important; } How do i achieve (below) so that just the title on that particular page uses Cako? I've changed the the other titles to Cako inside the blog post and they are fine. .view-list .blog-title a { font-family: 'Cako'; } Thanks again, Jacob. Use this .view-list article.blog-item .blog-title a { font-family: 'Cako' !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!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.