Your ROOT_URL in app.ini is https://git.imagelance.com/ but you are visiting https://teatop-shop.com/templates/print/src/commit/c0a8af44c07ac3c60d33407ea946e90df95f6121/assets/fonts.scss You should set ROOT_URL correctly, otherwise the web may not work correctly.
print/assets/fonts.scss

15 lines
378 B

@font-face {
font-family: DINProRegular;
src: url(https://cdn.nebe.app/demo/fonts/DINPro-Regular.ttf) format("truetype");
}
@font-face {
font-family: DINProBold;
src: url(https://cdn.nebe.app/demo/fonts/DINPro-Bold.ttf) format("truetype");
}
@font-face {
font-family: CallingCodeBold;
src: url(https://cdn.nebe.app/demo/fonts/callingcode-bold.otf) format("opentype");
}