-
Posts
11 -
Joined
-
Last visited
Reputation Activity
-
studioearl got a reaction from Jia in Custom font on mobile won't work
Great! Thank you, the issue is resolved!
-
studioearl reacted to Jia in Custom font on mobile won't work
Hi, the issue was with the way the css code was formatted. Try this one and let me know how it goes 🙂
@font-face { font-family: 'British Shorthair'; src: url('https://static1.squarespace.com/static/612a200624ebe52c8f672d21/t/6224f625817f540156f427ee/1646589477273/British+Shorthair.woff') format('woff'), url('https://static1.squarespace.com/static/612a200624ebe52c8f672d21/t/6224f629c3dd7d61533a9bad/1646589481621/British+Shorthair.woff2') format('woff2'); } -
studioearl reacted to tuanphan in Code for zoom hover on poster images
Add to Design > Custom CSS
/* Projecten poster image hover */ div#page-section-61df0849974d4f33fe31f9df .image-block:hover img { transform: scale(1.3); transition: all 0.3s; } div#page-section-61df0849974d4f33fe31f9df .image-block img { transition: all 0.3s; }