developerpk Posted August 5, 2021 Posted August 5, 2021 Site URL: https://www.nappyshak.com/ I am using custom font but font is showing different. Can anyone please check the website https://www.nappyshak.com/. I am using this custom code. @font-face { font-family: 'LitteBeeVector'; src: url('https://azalea-echidna-nxxw.squarespace.com/config/design/undefinedhttps://static1.squarespace.com/static/61044e72da22704fa3741951/t/6108e2fb478b8949c8cd887f/1627972347739/littlebeevector_cricut-webfont.woff'); } * { font-family: 'LitteBeeVector' !important; }
iamdavehart Posted August 5, 2021 Posted August 5, 2021 you've got two URLs stuck together in your code. remove the bit the says "https://azalea-echidna-nxxw.squarespace.com/config/design/undefined" so it just has the static1.squarespace.com url. @font-face { font-family: 'LitteBeeVector'; src: url('https://static1.squarespace.com/static/61044e72da22704fa3741951/t/6108e2fb478b8949c8cd887f/1627972347739/littlebeevector_cricut-webfont.woff'); } * { font-family: 'LitteBeeVector' !important; } should work then Dave Hart. Software/Technology Consultant living in London. buymeacoffee
Recommended Posts
Archived
This topic is now archived and is closed to further replies.