jacobcuz 2 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 post
0 jacobcuz 2 Author Share Posted November 11, 2020 @tuanphan Hope it's okay to directly tag you! Link to post
0 tuanphan 8,979 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; } jacobcuz 1 You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
0 jacobcuz 2 Author Share Posted November 11, 2020 Thanks again @tuanphan hope you have a great day. Really appriciate all your help! Link to post
0 jacobcuz 2 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 post
0 tuanphan 8,979 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; } You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
Question
jacobcuz 2
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 post
Top Posters For This Question
4
2
Popular Days
Nov 11
5
Nov 10
1
Top Posters For This Question
jacobcuz 4 posts
tuanphan 2 posts
Popular Days
Nov 11 2020
5 posts
Nov 10 2020
1 post
Popular Posts
tuanphan
Use this CSS article.blog-item * { font-family: 'Brownregular' !important; } .blog-item-meta-wrapper * { font-family: 'Brownregular' !important; } h1.entry-title.entry-title--large { f
Posted Images
5 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment