css 星号后的符号不能更改部分字体系列?[已关闭]

6tqwzwtp  于 2022-12-20  发布在  其他
关注(0)|答案(1)|浏览(172)

编辑问题以包含desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem。这将有助于其他人回答问题。
9小时前关门了。
Improve this question
为什么字体家族:草书不工作?

*{
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: sans-serif;
        }
        .section{
            text-align: center;
            padding: 20px 0;
            font-family: cursive;
        }
rfbsl7qr

rfbsl7qr1#

如果这些字体链接到css中,它必须工作,你能检查一下它们添加到css中的字体吗?

相关问题