jkristobans Posted November 9, 2020 Share Posted November 9, 2020 Site URL: https://www.theemailschool.com/ I want to change the whole 7.0 website to custom google font (Inter). I'm wondering whether it's possible? And how? Link to comment
tuanphan Posted November 10, 2020 Share Posted November 10, 2020 Add to Home > Settings > Advanced > Code injection > Header <link href="https://fonts.googleapis.com/css2?family=Inter&display=swap" rel="stylesheet"> * { font-family: 'Inter', sans-serif !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
jkristobans Posted November 12, 2020 Author Share Posted November 12, 2020 On 11/10/2020 at 5:21 PM, tuanphan said: Add to Home > Settings > Advanced > Code injection > Header <link href="https://fonts.googleapis.com/css2?family=Inter&display=swap" rel="stylesheet"> * { font-family: 'Inter', sans-serif !important; } Thank you. That didn't work. Didn't change anything and part of the code show up on the website in the header. Pic in attachment. Link to comment
tuanphan Posted November 12, 2020 Share Posted November 12, 2020 2 hours ago, jkristobans said: Thank you. That didn't work. Didn't change anything and part of the code show up on the website in the header. Pic in attachment. Sorry, forgot style tag, use this new code <link href="https://fonts.googleapis.com/css2?family=Inter&display=swap" rel="stylesheet"> <style> * { font-family: 'Inter', sans-serif !important; } </style> 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
jkristobans Posted November 13, 2020 Author Share Posted November 13, 2020 18 hours ago, tuanphan said: Sorry, forgot style tag, use this new code <link href="https://fonts.googleapis.com/css2?family=Inter&display=swap" rel="stylesheet"> <style> * { font-family: 'Inter', sans-serif !important; } </style> Brilliant! Thank you. This worked for me. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.