highergroundsound Posted August 7, 2021 Posted August 7, 2021 Hello I want to add my custom font to these portfolio navigation links, what is the code for this please?
tuanphan Posted August 7, 2021 Posted August 7, 2021 Hi. Your custom CSS has an invalid code. Can you share link to a portfolio? We can check its code easier 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!)
highergroundsound Posted August 8, 2021 Author Posted August 8, 2021 https://www.highergroundsound.co.uk/
tuanphan Posted August 9, 2021 Posted August 9, 2021 20 hours ago, highergroundsound said: https://www.highergroundsound.co.uk/ Use this new code @font-face { font-family: 'FRIDO'; src: url('https://static1.squarespace.com/static/610ee625dd5c39015ed12b0f/t/610eff2ec387a702e758ccf9/1628372782884/FritoVandito.otf') } .portfolio-title, h2.item-pagination-title { font-family: 'FRIDO' !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!)
highergroundsound Posted August 9, 2021 Author Posted August 9, 2021 ok will do thank you! and how can i change the links to the next page to the same font? 🙂
highergroundsound Posted August 9, 2021 Author Posted August 9, 2021 oh i see thats fixed it 🙂 and my code is all good for the site title?
tuanphan Posted August 11, 2021 Posted August 11, 2021 On 8/10/2021 at 4:59 AM, highergroundsound said: oh i see thats fixed it 🙂 and my code is all good for the site title? Site title font worked, however you used invalid code, use this #site-title { font-family: 'FRIDO'; src: local('FRIDO'),url(http://static1.squarespace.com/static/5683f9f1cbced6d45d92de3d/t/56855928e0327c02e3702e57/1451579688037/Example.otf) } to this #site-title { font-family: 'FRIDO'; } 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.