Having problem with using web-font in CRA, in development mode it loads like this
But when deployed, in production mode it doesn't seemed to be loaded at all. Any ideas guys? Here is my css
@font-face {
font-family: 'Noto Sans';
src: local('Noto Sans KR'), url(./fonts/NotoSansKR-Black.otf) format('opentype');
font-weight: 900;
}
@font-face {
font-family: 'Noto Sans';
src: local('Noto Sans KR'), url(./fonts/NotoSansKR-Bold.otf) format('opentype');
font-weight: 700;
}