I have a custom font set up using CSS code in various sections of my site, it is working fabulously on the web version. But it is non existent on the mobile site. Example of code used below… Any ideas?
span {
font-family: “Waiting for the Sunrise”;
font-size: 22px;
font-style: normal;
font-variant: normal;
font-weight: 700;
line-height: 15.4px;
}
Hi @SmellsLike
This is Theodore from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the
Hope this can help you solve the issue
Best regards,
Theodore | PageFly
<phong cách>
@media chỉ có màn hình và (độ rộng tối đa: 767px) {
thân hình {
màu nền: xanh nhạt;
}
}
Unfortunately that did not solve the issue