我有定义 App_theme 的 asp.net webforms 项目。之后我更改了 .css 文件中的图像 url,但我的字体不起作用。这是我定义的 App_theme:
我也在 web.config 文件中定义了它
<system.web>
<pages theme="Default" masterPageFile="~/Site.master"/>
并在 index.aspx
<%@ Page Title="" Language="C#" Theme="Default" StyleSheetTheme="Default" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Index.aspx.cs" Inherits="MediLabV2._0.Index1" %>
我不明白问题出在哪里。请帮我解决这个问题。谢谢