We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
问题的具体描述 有一个字体文件 文件名是这样的
/* 全局字体 */ @font-face { font-family: RuiZiAoYunJingShenPinBoJianMianFei-Shan; src: url("./RuiZiAoYunJingShenPinBoJianMianFei-Shan(REEJI-PinboGB-Flash)-2.ttf"); }
这个嵌入到micro 解析的时候 会变成
url("域名+ 路径+ RuiZiAoYunJingShenPinBoJianMianFei-Shan(REEJI-PinboGB-Flash")-2.ttf")
多了一个” 号,导致后续的css失效
请上传代码截图、控制台、终端等截图以帮助我们了解您的问题。
请提供一个精简的代码仓库,然后上传到自己的 github,以帮助我们复现您的问题。
The text was updated successfully, but these errors were encountered:
timhub66
No branches or pull requests
问题描述
这个嵌入到micro 解析的时候 会变成
多了一个” 号,导致后续的css失效
这个正则有点问题,复现步骤
上传截图
复现仓库
环境信息
The text was updated successfully, but these errors were encountered: