kerrywhee Posted August 18, 2019 Share Posted August 18, 2019 Hi all, I want to change the font on my Moshka template. Its the heading 2 style and i want to change it to a webfont that I have downloaded. I am not familiar with using CSS code AT ALL! and was wondering if anyone has the code for that, that I could simply copy and paste it in to the CSS section and away I go? Would be massively appreciated if anyone could help! Thanks Kerry Link to comment
tuanphan Posted August 18, 2019 Share Posted August 18, 2019 @kerrywhee Add to Home > Design > Custom CSS @font-face { font-family: 'Your Font Name'; src: url(paste-font-url-here); } h2 { font-family: 'Your Font Name' !important; } Reference: https://beaverhero.com/moksha-squarespace/ Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
mily Posted August 19, 2019 Share Posted August 19, 2019 I'm a CS student. I must say that this site is very useful for students like me womens leather clothing . It is full of informative contents and a good reference for me to learn. Each topic is discussed very thoroughly and along with the example coding. This section on the usage of CSS to change headline font is very enlightening. Link to comment
kerrywhee Posted August 19, 2019 Author Share Posted August 19, 2019 @tuanphan @mily thank you so much! So if i wanted to use the same font family for the quote style, would i replace h2 with quote? Link to comment
tuanphan Posted August 19, 2019 Share Posted August 19, 2019 @kerrywhee Yes. replace h2 with quote tab, maybe blockquote Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.