Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有人遇到过可以加载的字体,然后在重新加载页面后恢复为默认字体?在 ASP.net 中,我使用来自 Font Squirrel 的自定义字体,加载正常,但在重新加载页面后,客户字体恢复为默认字体。任何帮助,将不胜感激。
因此,我将编辑功能添加到我的支付控制器,如下所示:
def edit @payment = Payment.edit if @payment.save redirect_to showCom