hi! when i try to use a local custom font in my project webpack doesn't copy the file to the theme folder.
i've added this: @import "./fonts.css" to my entry.pcss file.
the content of the "fonts.css" file is:
@font-face {
font-family: 'font;
font-style: normal;
font-weight: normal;
src: local('font'), url('/themes/blank/assets/fonts/font.woff') format('woff');
}
the folder "fonts" gets copied to the theme folder, but then it's empty.
any help with this issue would be much appreciated