Guest Posted April 24, 2020 Share Posted April 24, 2020 Site URL: https://www.lilsuka.com/blog I am using limerick font which I have uploaded and for the current purpose of blog title have named the title of the font 'headlines'. I am looking to assign the font for the titles of the blogs on both the blog page with all blogs, as well as individual blog pages , however I am unsure of the code to put following this: @font-face { font-family: 'Headlines'; src: url('https://static1.squarespace.com/static/5e45d285ebd98d0f4311fd46/t/5ea3172c533b4342027058c2/1587746604281/Limerick-ExtraBold.ttf'); } Link to comment
tuanphan Posted April 25, 2020 Share Posted April 25, 2020 Add to Home > Design > Custom CSS h1.blog-title { font-family: 'Headlines' !important; } .blog-item-title h1 { font-family: 'Headlines' !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
Guest Posted May 2, 2020 Share Posted May 2, 2020 thank you! How do I also update the font for the date and read more? the font name I have for those is "body" On 4/25/2020 at 2:25 PM, tuanphan said: Add to Home > Design > Custom CSS h1.blog-title { font-family: 'Headlines' !important; } .blog-item-title h1 { font-family: 'Headlines' !important; } Link to comment
tuanphan Posted May 2, 2020 Share Posted May 2, 2020 3 hours ago, Arta said: thank you! How do I also update the font for the date and read more? the font name I have for those is "body" time.blog-date { font-family: body !important; } a.blog-more-link { font-family: body !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
Guest Posted May 4, 2020 Share Posted May 4, 2020 On 5/2/2020 at 1:36 PM, tuanphan said: time.blog-date { font-family: body !important; } a.blog-more-link { font-family: body !important; } thank you! one last question - on the mobile version the menu isn't coming up in the same font as the destop menu. I have set the font style name as 'menu' how would i edit this for the mobile menu? Link to comment
tuanphan Posted May 13, 2020 Share Posted May 13, 2020 On 5/4/2020 at 10:57 PM, Arta said: thank you! one last question - on the mobile version the menu isn't coming up in the same font as the destop menu. I have set the font style name as 'menu' how would i edit this for the mobile menu? .header-menu-nav * { font-family: 'menu' !important; } Add to Home > Design > Custom CSS 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.