mfs5 Posted April 6, 2022 Share Posted April 6, 2022 Site URL: https://www.jonathankeltai.com/ Hi Friends! Been working on a friend's site for a bit and am having some trouble getting the custom fonts to display on both mobile phone and Safari - any insight or help you can offer would be great! Matt Link to comment
mfs5 Posted April 6, 2022 Author Share Posted April 6, 2022 Another question! The anchor links I'm currently using in my navigation bar (which is sticky) have the user flash back up to the top of the screen before taking them to their desired page location. Is there a way to avoid this "resetting" with CSS or code injection? Please let me know and thanks all for any help you can offer! Link to comment
tuanphan Posted April 10, 2022 Share Posted April 10, 2022 Hi. Your code is invalid Quote @font-face { font-family: 'FontTitle'; src: url('FontURL') } FontURL is Real Font FIle URL, not Text It should be something like this @font-face { font-family: 'Gotham-Black'; src: url('https://abc.xyz/s/gotham-black.otf'); } (Just a random url) 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
Create an account or sign in to comment
You need to be a member in order to leave a comment