You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have not leaked any internal/restricted information like screenshots, videos, code snippets, links etc.
What happened?
Fonts are refused to load in AWS environment, please find attached screen shot for your reference.
Looks like below agGridAlpine fonts are not loading properly since its not in same domain like other fonts. @font-face {
font-family: agGridAlpine;
src: url(data:font/woff2;charset=utf-8;base64);
font-weight: 400;
font-style: normal;
}
What type of frontend framework are you seeing the problem on?
Prerequisites
What happened?
Fonts are refused to load in AWS environment, please find attached screen shot for your reference.
Looks like below agGridAlpine fonts are not loading properly since its not in same domain like other fonts.
@font-face {
font-family: agGridAlpine;
src: url(data:font/woff2;charset=utf-8;base64);
font-weight: 400;
font-style: normal;
}
What type of frontend framework are you seeing the problem on?
Angular
Which version of iX do you use?
2.0.0
Code to produce this issue.
The text was updated successfully, but these errors were encountered: